Skip to content

Commit 50fc71e

Browse files
committed
Created new tarball
1 parent 9f507e1 commit 50fc71e

35 files changed

Lines changed: 65 additions & 65 deletions
Binary file not shown.
File renamed without changes.

Exercises/day4/c3se/add-list.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Remember to change this to your own project ID after the course!
3-
#SBATCH -A naiss2025-22-934
3+
#SBATCH -A naiss2026-4-66
44
# We are asking for 10 minutes
55
#SBATCH -t 00:10:00
66
#SBATCH -p alvis
@@ -11,7 +11,7 @@
1111

1212
# Set a path where the example programs are installed.
1313
# Change the below to your own path to where you placed the example programs
14-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
14+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1515

1616
# Load any needed GPU modules and any prerequisites - on Alvis this module loads all
1717
ml purge > /dev/null 2>&1

Exercises/day4/c3se/integration2d_gpu_shared.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Remember to change this to your own project ID!
3-
#SBATCH -A naiss2025-22-934
3+
#SBATCH -A naiss2026-4-66
44
#SBATCH -t 00:15:00
55
#SBATCH -p alvis
66
#SBATCH -N 1 --gpus-per-node=T4:4
@@ -9,7 +9,7 @@
99

1010
# Set a path where the example programs are installed.
1111
# Change the below to your own path to where you placed the example programs
12-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
12+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1313

1414
ml purge > /dev/null 2>&1
1515
ml numba-cuda/0.20.0-foss-2025b-CUDA-12.9.1

Exercises/day4/c3se/integration2d_mpi.sh

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

99
# Set a path where the example programs are installed.
1010
# Change the below to your own path to where you placed the example programs
11-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
11+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1212

1313
ml purge > /dev/null 2>&1
1414
ml Python/3.13.5-GCCcore-14.3.0

Exercises/day4/c3se/job-gpu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Remember to change this to your own project ID!
3-
#SBATCH -A naiss2025-22-934
3+
#SBATCH -A naiss2026-4-66
44
#SBATCH -t 00:15:00
55
#SBATCH -p alvis
66
#SBATCH -N 1 --gpus-per-node=T4:4
@@ -9,7 +9,7 @@
99

1010
# Set a path where the example programs are installed.
1111
# Change the below to your own path to where you placed the example programs
12-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
12+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1313

1414
ml purge > /dev/null 2>&1
1515
ml numba-cuda/0.20.0-foss-2025b-CUDA-12.9.1

Exercises/day4/c3se/job.sh

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

99
# Set a path where the example programs are installed.
1010
# Change the below to your own path to where you placed the example programs
11-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
11+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1212

1313
# Do a purge and load any modules you need, here for Python
1414
ml purge > /dev/null 2>&1

Exercises/day4/c3se/pytorch_fitting_gpu.sh

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

1212
# Set a path where the example programs are installed.
1313
# Change the below to your own path to where you placed the example programs
14-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
14+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1515

1616
# Remove any loaded modules and load the ones we need
1717
module purge > /dev/null 2>&1

Exercises/day4/c3se/run_compute.sh

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

99
# Set a path where the example programs are installed.
1010
# Change the below to your own path to where you placed the example programs
11-
MYPATH=/mimer/NOBACKUP/groups/courses-fall-2025/<mydir-name>/Exercises/day4/programs/
11+
MYPATH=/mimer/NOBACKUP/groups/spring-courses-naiss/<mydir-name>/Exercises/day4/programs/
1212

1313
# Remove any loaded modules and load the ones we need
1414
module purge > /dev/null 2>&1

Exercises/day4/hpc2n/add-list.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Remember to change this to your own project ID!
3-
#SBATCH -A hpc2n2025-151
3+
#SBATCH -A hpc2n2026-002
44
# We are asking for 5 minutes
55
#SBATCH --time=00:05:00
66
# Asking for one L40s GPU
@@ -9,7 +9,7 @@
99

1010
# Set a path where the example programs are installed.
1111
# Change the below to your own path to where you placed the example programs
12-
MYPATH=/proj/nobackup/fall-courses/<mydir-name>/Exercises/day4/programs/
12+
MYPATH=/proj/nobackup/spring-courses/<mydir-name>/Exercises/day4/programs/
1313

1414
# Remove any loaded modules and load the ones we need
1515
module purge > /dev/null 2>&1

0 commit comments

Comments
 (0)