Commit 20842118 authored by Marc Vef's avatar Marc Vef
Browse files

Verbs CCI is only used with cluster setup

parent 33c5c313
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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