From 9df0076959ca33f6fa43697b721e4c23468de2bc Mon Sep 17 00:00:00 2001 From: Vic Date: Thu, 6 Apr 2017 06:40:54 +0000 Subject: [PATCH] Update README.md --- pfarm/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pfarm/README.md b/pfarm/README.md index 744188b..dd3f82c 100644 --- a/pfarm/README.md +++ b/pfarm/README.md @@ -57,8 +57,12 @@ $> cd RMX_MAGMA_GPU $> make ``` + +Run instructions +**************** + Run RMX -******* +------- The RMX application can be run by running the executable `rmx95` For the FEIII dataset, the program requires the following input files to reside in the same directory as the executable: @@ -90,8 +94,8 @@ export OMP_NUM_THREADS=64 aprun -N 1 -n 4 -d $OMP_NUM_THREADS ./rmx95 ``` -* Run-time environment variable settings - +Run-time environment variable settings +-------------------------------------- The following environmental variables that e.g. can be set inside the script allow the H sector matrix to easily change dimensions and also allows the number of sectors to change when undertaking benchmarks. These can be adapted by the user to suit benchmark load requirements e.g. short vs long runs. -- GitLab