From 80ac7c87cd65c4ebbc0d5dbda1722d5ef9b8d565 Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Wed, 19 Mar 2008 16:24:29 +0000 Subject: [PATCH] don't forget command file.. This commit was SVN r17878. --- orte/mca/ras/alps/ras-alps-command.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 orte/mca/ras/alps/ras-alps-command.sh 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}'