diff --git a/orte/mca/ras/alps/ras-alps-command.sh b/orte/mca/ras/alps/ras-alps-command.sh new file mode 100755 index 0000000000..89a5d10b2e --- /dev/null +++ b/orte/mca/ras/alps/ras-alps-command.sh @@ -0,0 +1 @@ +apstat -a `apstat -r | awk '{if ($1!=A && $1=='$BATCH_PARTITION_ID') { print $2}}'` -r -v | egrep "(nid [0-9]+)" -o | awk '{print $2}'