We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c0463 commit 2b6c9e9Copy full SHA for 2b6c9e9
1 file changed
parts/mpi/solution/job_mpi_singlenode.sh
@@ -10,6 +10,9 @@
10
# Load the latest Julia Module
11
ml load julia
12
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`
16
# NOTE: because the `solution folder is at a deeper level from the project root
17
# as the excercise, we've added an additional `/..` to get back to the
18
# `activate.sh`
0 commit comments