Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from keisukefukuda/add-config-yml
Browse files Browse the repository at this point in the history
add config yml
  • Loading branch information
keisukefukuda committed Jul 14, 2017
2 parents 58de8eb + 473e65a commit b9f94c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,10 @@ for i in range(0, comm.Get_size()):
sys.stdout.flush()
comm.barrier()
EOF
# test mpich
# test Mpich
install_mpich
echo "------------------"
mpienv use --mpi4py mpich-3.2
echo "------------------"
mpienv exec -n 2 python -c "from mpi4py import MPI"
echo "------------------"
assertTrue $?
mpienv exec -n 2 python $SCRIPT
assertTrue $?
Expand Down

0 comments on commit b9f94c4

Please sign in to comment.