Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -141,9 +141,9 @@ message(STATUS "[${PROJECT_NAME}] server bind address: ${CARGO_BIND_ADDRESS}") ### server bind port set(CARGO_BIND_PORT "52000" "62000" CACHE STRING "Define the bind port for the ${PROJECT_NAME} server (default: 52000)" "Define the bind port for the ${PROJECT_NAME} server (default: 62000)" ) message(STATUS "[${PROJECT_NAME}] server bind port: ${CARGO_BIND_PORT}") Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -140,5 +140,5 @@ library (`${INSTALL_DIR}/lib/libcargo.so`) and its headers ```shell cd build/tests/ mpirun -np 4 ${INSTALL_DIR}/bin/cargo -C ./tests -S ofi+tcp://127.0.0.1:52000 ./tests -S ofi+tcp://127.0.0.1:62000 ``` Loading
CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -141,9 +141,9 @@ message(STATUS "[${PROJECT_NAME}] server bind address: ${CARGO_BIND_ADDRESS}") ### server bind port set(CARGO_BIND_PORT "52000" "62000" CACHE STRING "Define the bind port for the ${PROJECT_NAME} server (default: 52000)" "Define the bind port for the ${PROJECT_NAME} server (default: 62000)" ) message(STATUS "[${PROJECT_NAME}] server bind port: ${CARGO_BIND_PORT}") Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -140,5 +140,5 @@ library (`${INSTALL_DIR}/lib/libcargo.so`) and its headers ```shell cd build/tests/ mpirun -np 4 ${INSTALL_DIR}/bin/cargo -C ./tests -S ofi+tcp://127.0.0.1:52000 ./tests -S ofi+tcp://127.0.0.1:62000 ```