Skip to content

Commit

Permalink
removed extraneous lines causing the wi4mpi helper to fail in interfa…
Browse files Browse the repository at this point in the history
…ce mode (fix for issue #27)
  • Loading branch information
Clement-Fontenaille authored and marcjoos-cea committed Sep 29, 2022
1 parent 8d609c2 commit 35a06a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()

set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 2)
set(VERSION_PATCH 3)

set(WI4MPI_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

Expand Down
4 changes: 0 additions & 4 deletions src/preload/bin/wi4mpi
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ if [[ -z $FROM ]]; then
[[ ! -e ${WI4MPI_RUN_MPI_F_LIB} ]] && { echo "Error: could not find the FORTRAN target mpi library. You might want to set WI4MPI_RUN_MPI_F_LIB such as /path/to/libmpifort.so or libmpifh.so" >&2 ; exit 1; }
[[ ! -e ${WI4MPI_RUN_MPIIO_C_LIB} ]] && { echo "Error: could not find the C target mpi-io library. You might want to set WI4MPI_RUN_MPIIO_C_LIB such as /path/to/libmpi.so" >&2 ; exit 1; }
[[ ! -e ${WI4MPI_RUN_MPIIO_F_LIB} ]] && { echo "Error: could not find the FORTRAN target mpi-io library. You might want to set WI4MPI_RUN_MPIIO_F_LIB such as /path/to/libmpifort.so or libmpifh.so" >&2 ; exit 1; }
WI4MPI_RUN_MPI_C_LIB=/path/to/libmpi.so
WI4MPI_RUN_MPI_F_LIB=/path/to/libmpifort.so
WI4MPI_RUN_MPIIO_C_LIB=/path/to/libmpi.so
WI4MPI_RUN_MPIIO_F_LIB=/path/to/libmpifort.so



Expand Down

0 comments on commit 35a06a9

Please sign in to comment.