We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f53395 commit 506a24eCopy full SHA for 506a24e
justfile
@@ -69,7 +69,7 @@ slurm partition num_cpu num_gpu cmd:
69
--cpus-per-task={{num_cpu}} \
70
--mem=32G \
71
--time=48:00:00 \
72
- --wrap="source /orcd/data/edboyden/002/shenb/miniconda/bin/activate pytc && cd $PWD && $cmd_with_srun"
+ --wrap="source /projects/weilab/weidf/lib/miniconda3/bin/activate pytc && cd $PWD && $cmd_with_srun"
73
74
# Launch parameter sweep from config (e.g., just sweep tutorials/sweep_example.yaml)
75
sweep config:
0 commit comments