mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-05-17 22:14:14 +02:00
9 lines
133 B
Bash
Executable File
9 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
module purge
|
|
module load git/2.21.0 hdf5/1.10.5-gcc cuda/10.1
|
|
|
|
conda activate ShallowWaterGPU_HPC
|
|
|
|
python mpiTesting.py
|
|
|