diff scripts/test.sh @ 2:ddf19a51f91f

cleanup
author kono
date Thu, 11 Jan 2018 16:08:48 +0900
parents test.sh@b3df5f0ce4fb
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/test.sh	Thu Jan 11 16:08:48 2018 +0900
@@ -0,0 +1,9 @@
+#!/bin/sh
+#PBS -q jungle
+#PBS -N ExampleJob
+#PBS -l nodes=16,walltime=00:00:30
+for serv in `cat $PBS_NODEFILE`
+do
+  ssh $serv 'hostname;pwd' & 
+done
+wait