Skip to content

Commit

Permalink
added version to log [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jul 14, 2023
1 parent 124de33 commit d9fb1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/git.nwchem/github_actions_tahoma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
export MPIRUN_PATH=`which srun`
MYNN=$(( $SLURM_NNODES*$SLURM_NTASKS_PER_NODE ))
echo MYNN is $MYNN
(echo ${{ matrix.sing_image }}; ./doqmtests.mpi $MYNN flaky ; echo ${{ matrix.sing_image }}) | tee >(ts "%d%b%Y %H:%M:%S" > ../../../../doqmtests.mpi.log.` date +%b%d%Y_%H:%M`)
(echo ${{ matrix.sing_image }}; ./doqmtests.mpi $MYNN flaky ; echo ${{ env.nwversion }}.${{ matrix.sing_image }}) | tee >(ts "%d%b%Y %H:%M:%S" > ../../../../doqmtests.mpi.log.` date +%b%d%Y_%H:%M`)
shell: bash

0 comments on commit d9fb1ad

Please sign in to comment.