singularity image from nwchem repository [ci skip]

This commit is contained in:
edoapra 2022-10-24 23:35:15 -07:00
parent 08a69a677b
commit 617ed110e6
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -51,7 +51,7 @@ jobs:
- name: load singularity image
run: |
export https_proxy=http://proxy.emsl.pnl.gov:3128
singularity pull -F --name ./nwchems_`id -u`.img oras://ghcr.io/edoapra/nwchem-singularity/nwchem-dev.${{ matrix.sing_image }}:latest
singularity pull -F --name ./nwchems_`id -u`.img oras://ghcr.io/edoapra/nwchem/nwchem-dev.${{ matrix.sing_image }}:latest
srun -N $SLURM_NNODES -n $SLURM_NNODES cp ./nwchems_`id -u`.img /big_scratch/nwchems.img
shell: bash
- name: run qa tests