Skip to content

Commit 2b6c9e9

Browse files
authored
Update job_mpi_singlenode.sh
1 parent f8c0463 commit 2b6c9e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

parts/mpi/solution/job_mpi_singlenode.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# Load the latest Julia Module
1111
ml load julia
1212

13+
# This will load the activate.sh in the root path of this repository
14+
# IMPORTATION: for this relative path to work, you need to be in this
15+
# directory when running `sbatch`
1316
# NOTE: because the `solution folder is at a deeper level from the project root
1417
# as the excercise, we've added an additional `/..` to get back to the
1518
# `activate.sh`

0 commit comments

Comments
 (0)