mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-10-15 14:57:41 +02:00
Tweaked MPI job params
This commit is contained in:
parent
ff27e14217
commit
0f0cbad2dd
@ -6,7 +6,7 @@
|
|||||||
#SBATCH -t 0-00:10 # time (D-HH:MM)
|
#SBATCH -t 0-00:10 # time (D-HH:MM)
|
||||||
#SBATCH -o slurm.%N.%j.out # STDOUT
|
#SBATCH -o slurm.%N.%j.out # STDOUT
|
||||||
#SBATCH -e slurm.%N.%j.err # STDERR
|
#SBATCH -e slurm.%N.%j.err # STDERR
|
||||||
#SBATCH --reservation=martinls_7
|
#SBATCH --reservation=martinls_8
|
||||||
|
|
||||||
|
|
||||||
# For Linux 64, Open MPI is built with CUDA awareness but this support is disabled by default.
|
# For Linux 64, Open MPI is built with CUDA awareness but this support is disabled by default.
|
||||||
@ -41,8 +41,11 @@ cp -r . /work/$USER/$SLURM_JOB_ID/ShallowWaterGPU
|
|||||||
cd /work/$USER/$SLURM_JOB_ID/ShallowWaterGPU
|
cd /work/$USER/$SLURM_JOB_ID/ShallowWaterGPU
|
||||||
#mpirun --mca btl_openib_if_include mlx5_0 --mca btl_openib_warn_no_device_params_found 0 $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
#mpirun --mca btl_openib_if_include mlx5_0 --mca btl_openib_warn_no_device_params_found 0 $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
||||||
#nsys profile -t nvtx,cuda mpirun -np $SLURM_NTASKS numactl --cpunodebind=0 --localalloc $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
#nsys profile -t nvtx,cuda mpirun -np $SLURM_NTASKS numactl --cpunodebind=0 --localalloc $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
||||||
#mpirun -np $SLURM_NTASKS numactl --cpunodebind=0 --localalloc $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
#mpirun -np $SLURM_NTASKS numactl --cpunodebind=0 --localalloc $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
||||||
mpirun -np $SLURM_NTASKS numactl --cpunodebind=1 --localalloc $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
|
||||||
|
export OMPI_MCA_opal_cuda_support=true
|
||||||
|
mpirun -np $SLURM_NTASKS $HOME/miniconda3/envs/ShallowWaterGPU_HPC/bin/python3 mpiTesting.py -nx $NX -ny $NY --profile
|
||||||
|
|
||||||
cd $HOME/src/ShallowWaterGPU
|
cd $HOME/src/ShallowWaterGPU
|
||||||
|
|
||||||
## Copy files from work directory:
|
## Copy files from work directory:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user