mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
10 lines
200 B
Bash
Executable File
10 lines
200 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export HIP_VISIBLE_DEVICES=$ROCR_VISIBLE_DEVICES
|
|
unset ROCR_VISIBLE_DEVICES
|
|
|
|
#rank=$SLURM_PROCID
|
|
#rocprof -d rocprof.$rank -o rocprof.$rank/results.rank$SLURM_PROCID.csv --sys-trace $@
|
|
|
|
$@
|