mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
27 lines
950 B
Bash
Executable File
27 lines
950 B
Bash
Executable File
#!/bin/bash
|
|
##SBATCH -p PVC-SPR-QZEH
|
|
##SBATCH -p PVC-ICX-QZNW
|
|
#SBATCH -p QZ1J-ICX-PVC
|
|
|
|
source /nfs/site/home/paboylex/ATS/GridNew/Grid/systems/PVC-nightly/setup.sh
|
|
|
|
export NT=16
|
|
|
|
|
|
# export IGC_EnableLSCFenceUGMBeforeEOT=0
|
|
# export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-opt-large-register-file=False"
|
|
#export IGC_ShaderDumpEnable=1
|
|
#export IGC_DumpToCurrentDir=1
|
|
export I_MPI_OFFLOAD=1
|
|
export I_MPI_OFFLOAD_TOPOLIB=level_zero
|
|
export I_MPI_OFFLOAD_DOMAIN_SIZE=-1
|
|
export SYCL_DEVICE_FILTER=gpu,level_zero
|
|
export I_MPI_OFFLOAD_CELL=tile
|
|
export EnableImplicitScaling=0
|
|
export EnableWalkerPartition=0
|
|
|
|
mpiexec -launcher ssh -n 1 -host localhost ./wrap.sh ./Benchmark_dwf_fp32 --mpi 1.1.1.1 --grid 32.32.32.32 --accelerator-threads $NT --comms-sequential --shm-mpi 1 > 1tile.log
|
|
|
|
mpiexec -launcher ssh -n 2 -host localhost ./wrap.sh ./Benchmark_dwf_fp32 --mpi 2.1.1.1 --grid 64.32.32.32 --accelerator-threads $NT --comms-sequential --shm-mpi 1 > 2tile.log
|
|
|