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

Fix #134 #136

Merged
merged 1 commit into from
May 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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