Loading ifs/scripts/compile_dep.sh +4 −0 Original line number Diff line number Diff line Loading @@ -148,7 +148,11 @@ if [ "$NA_LAYER" == "cci" ] || [ "$NA_LAYER" == "all" ]; then cd $CURR ./autogen.pl || exit 1 cd $CURR/build if [ "$CLUSTER" == "mogon1" ]; then ../configure --with-verbs --prefix=$INSTALL LIBS="-lpthread" || exit 1 else ../configure --prefix=$INSTALL LIBS="-lpthread" || exit 1 fi make -j$CORES || exit 1 make install || exit 1 make check || exit 1 Loading ifs_test/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15,4 +15,4 @@ add_executable(ifs_test ${SOURCE_FILES}) add_executable(ifs_test_MPI ${SOURCE_FILES_MPI}) add_executable(ifs_test_temp ${SOURCE_FILES_TEMP}) target_link_libraries(ifs_test_MPI ${MPI_C_LIBRARIES}) No newline at end of file target_link_libraries(ifs_test_MPI ${MPI_CXX_LIBRARIES}) No newline at end of file Loading
ifs/scripts/compile_dep.sh +4 −0 Original line number Diff line number Diff line Loading @@ -148,7 +148,11 @@ if [ "$NA_LAYER" == "cci" ] || [ "$NA_LAYER" == "all" ]; then cd $CURR ./autogen.pl || exit 1 cd $CURR/build if [ "$CLUSTER" == "mogon1" ]; then ../configure --with-verbs --prefix=$INSTALL LIBS="-lpthread" || exit 1 else ../configure --prefix=$INSTALL LIBS="-lpthread" || exit 1 fi make -j$CORES || exit 1 make install || exit 1 make check || exit 1 Loading
ifs_test/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15,4 +15,4 @@ add_executable(ifs_test ${SOURCE_FILES}) add_executable(ifs_test_MPI ${SOURCE_FILES_MPI}) add_executable(ifs_test_temp ${SOURCE_FILES_TEMP}) target_link_libraries(ifs_test_MPI ${MPI_C_LIBRARIES}) No newline at end of file target_link_libraries(ifs_test_MPI ${MPI_CXX_LIBRARIES}) No newline at end of file