Skip to content
Snippets Groups Projects
Commit a76d7def authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

Added CUDA_VISIBLE_DEVICES variable to job scripts

parent 521d16a2
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ module use ${SOFTWARE_STAGE_MODULES} &> /dev/null
module load ${ATLAS_MODULE}
echo Modules loaded
export CUDA_VISIBLE_DEVICES=0,1,2,3
# Environment variables
export SCRATCH_USER=/p/scratch/cjinm16/schiffer1/
export OUTPUT_SPACING=16
......
......@@ -17,6 +17,8 @@ module use ${SOFTWARE_STAGE_MODULES} &> /dev/null
module load ${ATLAS_MODULE}
echo Modules loaded
export CUDA_VISIBLE_DEVICES=0,1,2,3
# Environment variables
export BRAIN=__BRAIN__
export LABELS=__LABELS__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment