Verified Commit 6da96341 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Change default for CARGO_BIND_PORT to 62000

parent 708c63b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}")

+1 −1
Original line number Diff line number Diff line
@@ -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
```