Skip to content

Commit 506a24e

Browse files
author
shenb888
committed
Describe what you changed
1 parent 2f53395 commit 506a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ slurm partition num_cpu num_gpu cmd:
6969
--cpus-per-task={{num_cpu}} \
7070
--mem=32G \
7171
--time=48:00:00 \
72-
--wrap="source /orcd/data/edboyden/002/shenb/miniconda/bin/activate pytc && cd $PWD && $cmd_with_srun"
72+
--wrap="source /projects/weilab/weidf/lib/miniconda3/bin/activate pytc && cd $PWD && $cmd_with_srun"
7373

7474
# Launch parameter sweep from config (e.g., just sweep tutorials/sweep_example.yaml)
7575
sweep config:

0 commit comments

Comments
 (0)