...
Note |
---|
In DAOS 1.1.3 and above, svcl is not required anymore and should be remove removed from the config. |
Code Block |
---|
|
sed -i 's/ --dfs.svcl=$DAOS_SVCL//g' config-full.ini |
...
Code Block |
---|
|
envsubst < config-full.ini > temp.ini |
...
Update io500.sh script with the mpirun command and number of processes to use
Depending on the MPI used, different flags may be required.
Code Block |
---|
|
mpirun sed -i "s/io500_mpiargs=".*"/io500_mpiargs=\"-hosts $CLIENT_NODES -x DAOS_POOL -x DAOS_CONT -np 2 ./io500 temp.ini |
...
...
Run the io500 script
Code Block |
---|
|
./io500.sh temp.ini |
...