1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Script update

This commit is contained in:
Peter Boyle
2023-03-27 17:29:43 -07:00
parent 8feedb4f6f
commit 0efa107cb6
3 changed files with 12 additions and 14 deletions

View File

@ -5,10 +5,10 @@ export ZE_AFFINITY_MASK=0.$MPI_LOCALRANKID
echo Ranke $MPI_LOCALRANKID ZE_AFFINITY_MASK is $ZE_AFFINITY_MASK
if [ $MPI_LOCALRANKID = "0" ]
then
#if [ $MPI_LOCALRANKID = "0" ]
#then
# ~psteinbr/build_pti/ze_tracer -h $@
onetrace --chrome-device-timeline $@
else
# onetrace --chrome-device-timeline $@
#else
$@
fi
#fi