Skip to content

Commit 1ee0db6

Browse files
authored
fix file path in run_mmmult.sh
1 parent 71c9793 commit 1ee0db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercises/day3/lunarc/run_mmmult.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Set a path where the example programs are installed.
88
# Change the below to your own path to where you placed the example programs
9-
MYPATH=/lunarc/nobackup/projects/lu2025-17-522024-17-44/<mydir-name>/HPC-python/Exercises/examples/programs/
9+
MYPATH=/lunarc/nobackup/projects/lu2025-17-52/<mydir-name>/HPC-python/Exercises/examples/programs/
1010

1111
# Purge any loaded modules
1212
ml purge > /dev/null 2>&1

0 commit comments

Comments
 (0)