...
Code Block | ||
---|---|---|
| ||
vim daos_server.yml # provider: ofi+verbs;ofi_rxm # <-- Comment/remove this # provider: ofi+tcp;ofi_rxm # <-- Uncomment/add this # - FI_OFI_RXM_DEF_TCP_WAIT_OBJ=pollfd # <-- Uncomment/add this vim env_daos PROVIDER="${2:-verbs}" # <-- Comment/remove this # PROVIDER="${2:-tcp}" # <-- Uncomment/add this |
Code Block | ||
---|---|---|
| ||
./run_testlist.py --jobname "daos-xxxx-tcp" \ --daos_dir "${WORK}/BUILDS/v2.2.0-rc1/latest/daos" \ --res_dir "${WORK}/RESULTS/v2.2.0-rc1_tcp" \ -r --serial \ --slurm_dep_afterany <LAST_SLURM_JOB_ID> \ --filter "daos_servers=2,daos_clients=8" \ tests/basic/mdtest_easy.py |
...