X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84aa5be3d9ab49de6fa4a8405350e6f0611e6a2f..c2cc479144a1b0e0194761b429832c7608ee087d:/examples/smpi/NAS/sys/print_instructions?ds=sidebyside diff --git a/examples/smpi/NAS/sys/print_instructions b/examples/smpi/NAS/sys/print_instructions index d2f1999b7f..6a09f2a123 100755 --- a/examples/smpi/NAS/sys/print_instructions +++ b/examples/smpi/NAS/sys/print_instructions @@ -1,26 +1,10 @@ echo '' echo ' To make a NAS benchmark type ' echo '' -echo ' make NPROCS= CLASS= [SUBTYPE=]' +echo ' make NPROCS= CLASS=' echo '' -echo ' where is "bt", "cg", "ep", "ft", "is", "lu",' -echo ' "mg", or "sp"' +echo ' where is "ep", "dt", or "is" echo ' is the number of processors' echo ' is "S", "W", "A", "B", "C", or "D"' echo '' -echo ' Only when making the I/O benchmark:' -echo '' -echo ' is "bt"' -echo ' , as above' -echo ' is "full", "simple", "fortran", or "epio"' -echo '' -echo ' To make a set of benchmarks, create the file config/suite.def' -echo ' according to the instructions in config/suite.def.template and type' -echo '' -echo ' make suite' -echo '' -echo ' ***************************************************************' -echo ' * Remember to edit the file config/make.def for site specific *' -echo ' * information as described in the README file *' -echo ' ***************************************************************'