Skip to content

Commit 4c231c1

Browse files
committed
final changes
1 parent 885d716 commit 4c231c1

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

sbatch-scripts/TACC/tacc_boltzmann.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ apptainer exec --nv --fakeroot "$APPTAINER_PATH" bash -c '
2929
eval "$(conda shell.bash hook)"
3030
conda activate pkdb
3131
32+
export OMP_NUM_THREADS=72
3233
BENCH_ROOT="$(realpath "$1/benchmarks")"
3334
cd "$BENCH_ROOT"
3435
python run_boltzmann_debuggers.py --spaces "DebugCuda, DebugOpenMP"

sbatch-scripts/TACC/tacc_ewald.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ apptainer exec --nv --fakeroot "$APPTAINER_PATH" bash -c '
2929
eval "$(conda shell.bash hook)"
3030
conda activate pkdb
3131
32+
export OMP_NUM_THREADS=72
3233
BENCH_ROOT="$(realpath "$1/benchmarks")"
3334
cd "$BENCH_ROOT"
3435
python run_ewald_debuggers.py --spaces "DebugCuda, DebugOpenMP"

sbatch-scripts/TACC/tacc_examinimd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ apptainer exec --nv --fakeroot "$APPTAINER_PATH" bash -c '
2929
eval "$(conda shell.bash hook)"
3030
conda activate pkdb
3131
32+
export OMP_NUM_THREADS=72
3233
BENCH_ROOT="$(realpath "$1/benchmarks")"
3334
cd "$BENCH_ROOT"
3435
python run_examinimd_debuggers.py --spaces "DebugCuda, DebugOpenMP"

0 commit comments

Comments
 (0)