| | 2 | NIGHTLY RUN OF TEST SUITE |
| | 3 | |
| | 4 | nightly_run_tsuite.pl - main script on my machine |
| | 5 | starts first and must end last since launches checks |
| | 6 | runs second group of sims (second slave does first, a point of confusion) |
| | 7 | copies current.exe to tsuite directory for second script to use |
| | 8 | creates log fil autorun.log |
| | 9 | checks results |
| | 10 | sends email announcing results |
| | 11 | calls ir_extime.pl to track exec time |
| | 12 | calls promote_last_good to promote last to last_good if all is ok |
| | 13 | autorun.log |
| | 14 | |
| | 15 | nightly_runL_tsuite_part2.pl - second script |
| | 16 | runs first block sims across network |
| | 17 | uses current.exe in tsuite dir which was copied there by first script |
| | 18 | autorun2.log log file in auto directory |
| | 19 | |
| | 20 | LOAD LEVELING |
| | 21 | $nmod_calc - var controls number of sims in each half |
| | 22 | adjust in each script to get load leveling right |
| | 23 | decrease value to have master end later |
| | 24 | |
| | 25 | =============================================================== |
| | 26 | |
| 21 | | NIGHTLY RUN OF TEST SUITE |
| 22 | | main script on my machine |
| 23 | | nightly_run_tsuite.pl - script name |
| 24 | | starts first and must end last since launches checks |
| 25 | | runs second group of sims (slabe does first, a point of confusion) |
| 26 | | copies current.exe to tsuite directory for second script to use |
| 27 | | creates log fil autorun.log |
| 28 | | checks results |
| 29 | | sends email announcing results |
| 30 | | calls ir_extime.pl to track exec time |
| 31 | | calls promote_last_good to promote last to last_good if all is ok |
| 32 | | |
| 33 | | second script |
| 34 | | nightly_runL_tsuite_part2.pl <- runs first block sims across network |
| 35 | | uses current.exe in tsuite dir which was copied there by first script |
| 36 | | log file is autorun2.log in auto directory |
| 37 | | |
| 38 | | $nmod_calc - var controls number of sims in each half |
| 39 | | adjust in each script to get load leveling right |
| 40 | | |
| 41 | | =============================================================== |