mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
nwversion label [ci skip]
This commit is contained in:
parent
5915df316f
commit
ebd8bd6047
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
fi
|
||||
- name: dir name
|
||||
run: |
|
||||
echo "dirname=nwchem.${{ github.nwversion }}.${{ github.run_id }}.${{ github.run_number }}.${{ matrix.sing_image }}" >> $GITHUB_ENV
|
||||
echo "dirname=nwchem-${{ env.nwversion }}${{ github.nwversion }}.${{ github.run_id }}.${{ github.run_number }}.${{ matrix.sing_image }}" >> $GITHUB_ENV
|
||||
- name: Checkout QA code
|
||||
run: |
|
||||
pwd
|
||||
|
|
@ -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 ${{ env.nwversion }}.${{ matrix.sing_image }}) | tee >(ts "%d%b%Y %H:%M:%S" > ../../../../doqmtests.mpi.log.` date +%b%d%Y_%H:%M`)
|
||||
(echo ${{ env.nwversion }}.${{ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue