Searched refs:MY_RANK (Results 1 - 1 of 1) sorted by relevance

/gem5/util/dist/test/
H A Dsimple_bootscript.rcS54 MY_RANK=$(/sbin/m5 initparam dist-rank)
59 /bin/hostname node${MY_RANK}
62 (($MY_RANK > 97)) && { echo "(E) Rank must be less than 98"; /sbin/m5 abort; }
63 ((MY_ADDR = MY_RANK + 2))
76 echo "Hello from $MY_RANK of $MY_SIZE"
80 if ((MY_RANK < MY_SIZE - 1))
88 if [ "$MY_RANK" == "0" ]

Completed in 3 milliseconds