WARNING: This is the _old_ Lustre wiki, and it is in the process of being retired. The information found here is all likely to be out of date. Please search the new wiki for more up to date information.

Difference between revisions of "Simul Parallel File System Test Tool"

From Obsolete Lustre Wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
It is easily run with either pdsh or prun. On MCR, this amounts to:
 
It is easily run with either pdsh or prun. On MCR, this amounts to:
{| border=1 cellspacing=1
+
{| border=1 cellspacing=0
 
|-
 
|-
 
|
 
|

Revision as of 03:02, 12 June 2007

simul

simul (available in the usual spot on the ftp site, or in ~morrone on MCR) tests most filesystem syscalls from one or more threads on one or more nodes. Building simul is straightforward.

It is easily run with either pdsh or prun. On MCR, this amounts to:

pdsh -E -w <node list> [-n tasks-per-node] /path/simul -d /mnt/lustre/path/   

Using prun is left as an exercise to the reader.