Skip to content
Permalink
Browse files
update
  • Loading branch information
carey committed Mar 13, 2020
1 parent d761140 commit db8d1aa0679896e9370f01c45be26e61b429a60c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1
mpirun -np 10 -hostfile /etc/pdsh/machines --map-by node $1

fi
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1
mpirun -np 10 -hostfile /etc/pdsh/machines --map-by node $1

fi
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1 $2 $3
mpirun -hostfile /etc/pdsh/machines --map-by ppr:1 node $1 $2 $3

fi
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1
mpirun -np 10 -hostfile /etc/pdsh/machines --map-by node $1

fi
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1
mpirun -np 10 -hostfile /etc/pdsh/machines --map-by node $1

fi
@@ -5,6 +5,6 @@
if [ "$1" == "" ]; then
echo "Positional parameter 1 is empty"
else
mpirun -np 11 -hostfile /etc/pdsh/machines --map-by node $1
mpirun -np 10 -hostfile /etc/pdsh/machines --map-by node $1

fi

0 comments on commit db8d1aa

Please sign in to comment.