You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2017. It is now read-only.
I am trying to do some benchmarking on our cluster. My used the command: mpirun -np 12 --hostfile ./machinefile ./mdtest -b 4 -z 3 -I 10 -d /PATH/TO/NFS_STORAGE
I started with two hosts, then adding one node each time. Eventually the mdtest stuck when I was trying to use six nodes. Typically the task output stuck as this one forever:
mdtest-1.9.3 was launched with 12 total task(s) on 6 node(s)
Command line used: ./mdtest -b 4 -z 3 -I 10 -d /PATH/TO/NFS_STORAGE
Path: /share/ScratchGeneral/luffy
FS: 90.9 TiB Used FS: 74.0% Inodes: 181.9 Mi Used Inodes: 74.0%
^Cmpirun: killing job...
I am using mdtest-1.9.3 on CentOS 6.8. Any idea will be appreciated.