From 3fb4a08e43141d371c68a2759fe4af00dbe6bb7b Mon Sep 17 00:00:00 2001 From: Christian Heinrich <christian.heinrich@livando.com> Date: Tue, 26 Jul 2016 17:45:03 +0200 Subject: [PATCH] Added code for running the saturation experiment on taurus --- Calibration_Labbook.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Calibration_Labbook.org b/Calibration_Labbook.org index 001f71f..751d7bc 100644 --- a/Calibration_Labbook.org +++ b/Calibration_Labbook.org @@ -561,7 +561,7 @@ directories. The actual taurus.xml can now be found at [[file:./data/taurus/cali cd src/smpi-calibration for i in {1..9}; do mkdir taurus-2016-06-09–$i - cp taurus/taurus.xml taurus-2016-06-09--$i + cp taurus/taurus.xml taurus-2016-06-09--$i cp taurus/taurus_breakpoints taurus-2016-06-09--$i sed -i -e 's/"taurus"/"taurus-2016-06-09--'$i'"/' taurus-2016-06-09--$i/taurus.xml done @@ -583,3 +583,11 @@ done #+end_src I added the =sleep= to allow some time to pass (just in case there was something going on in the system). + +*** Saturation + +#+begin_src sh :results output :exports both +uniq $OAR_NODE_FILE | /bin/grep "taurus" >| taurus-hostnames +mpicc alltoall_loadtest.c -o saturation -O3 +mpirun -np 12 --mca plm_rsh_agent 'ssh' --mca pml ob1 --mca btl tcp,self -machinefile ./taurus-hostnames saturation +#+end_src -- GitLab