Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
dmg pool create -z 100G --label io500_pool
daos container create --type POSIX --pool $DAOSio500_POOLpool

Set the pool, cont, fuse environment variables

...

Code Block
languagebash
sed -i "s/io500_mpiargs=".*"/io500_mpiargs=\"-hosts $CLIENT_NODES -x DAOS_POOL -x DAOS_CONT -x LD_LIBRARY_PATH -x PATH -np 2\"/g" io500.sh

For mpich:

...