mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
10 lines
129 B
Bash
Executable File
10 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export ZE_AFFINITY_MASK=0.$MPI_LOCALRANKID
|
|
|
|
echo Ranke $MPI_LOCALRANKID ZE_AFFINITY_MASK is $ZE_AFFINITY_MASK
|
|
|
|
|
|
$@
|
|
|