Skip to content

Commit

Permalink
ci: run with two gasnet nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Feb 28, 2016
1 parent 11708fc commit 57bd1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ mkdir mount
if [ "$USE_LOCAL_MODE" = "1" ]; then
./gassy mount -o allow_other -o fsname=gassy -o atomic_o_trunc -o local_mode -o heap_size=1024 &
else
SSH_SERVERS="localhost" /usr/local/bin/amudprun -np 1 ./gassy mount -o allow_other -o fsname=gassy -o atomic_o_trunc &
SSH_SERVERS="localhost localhost" /usr/local/bin/amudprun -np 2 ./gassy mount -o allow_other -o fsname=gassy -o atomic_o_trunc -o rank0_alloc &
fi
sleep 5
mount

0 comments on commit 57bd1a4

Please sign in to comment.