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 #136 from keisukefukuda/fix-134
Browse files Browse the repository at this point in the history
Fix #134
  • Loading branch information
keisukefukuda committed May 30, 2019
2 parents 8bfbba8 + 7ae95dc commit b09b0be
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions tests/test_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ EOF
mpienv use ${OMPI}
mpiexec -n 2 -host localhost:2 ./a.out >${OUT}
assertEquals "$LINENO: 01" "01" "$(cat $OUT)"

rm -f ${SRC} ${OUT} a.out
}

Expand Down Expand Up @@ -431,10 +431,14 @@ test_reg_issue_timeout() {
assertTrue "$LINENO: import mpi4py should success with --timeout option" $?
}

# suite() {
# suite_addTest "test_mpi4py"
# # suite_addTest "test_mpicc"
# }
test_reg_issue_134_add_relpath() {
# Regression test for
pushd $HOME
OMPI_relpath=$(realpath --relative-to=$PWD $OMPI_ROOT)
mpienv add ${OMPI_relpath}
mpienv use ${OMPI}
popd
}


#-----------------------------------------------------------
Expand Down

0 comments on commit b09b0be

Please sign in to comment.