| 1 | == '''List of possible errors''' == |
| 2 | [[PageOutline]] |
| 3 | |
| 4 | * '''To perform a second simulation after a run with !PeriodState=Fatal''' |
| 5 | |
| 6 | rm Job_name/run.card; rm Script_Output* |
| 7 | |
| 8 | but do not cancel run.card.'''init''' file, if not run.card file is not re-created. |
| 9 | |
| 10 | ( File run.card.init is created with ins_job script ) |
| 11 | |
| 12 | * '''!RebuildFromArchive=NONE''' |
| 13 | |
| 14 | In MPI it is good to use Rebuild in "archive" machine, to not ovrerload calcul machine. [[BR]] You have to put in config.card in POST Session: |
| 15 | |
| 16 | !RebuildFrequency =1Y [[BR]] !RebuildFromArchive =true |
| 17 | |
| 18 | NOTA BENE: If you put !RebuildFrequency =1Y and you forget to set !RebuildFromArchive =true, it is very dangerous. NEVER DO IT! |
| 19 | |
| 20 | * '''How to do a long job without exit from queue''' |
| 21 | |
| 22 | You can play with Duration Experience, PeriodLenght and PeriodNb , elapstim_req in this way :[[BR]] in ''' config.card''' Duration Experience is = !DateBegin - !DateEnd [[BR]] in ''' config.card''' !PeriodLenght is how many time you do restart files[[BR]] in ''' Job_Name''' !PeriodNb is in ''' Job_Name''' elapstim_req is elapsed time limit |
| 23 | |
| 24 | Your job is out from queue every time that is finished a PeriodNb , so you can do : |
| 25 | |
| 26 | !PeriodNb = ( Duration Experience ) / !PeriodLenght |
| 27 | |
| 28 | but be careful with elapstim_req, because this is a limit, you've to be sure that it exists a queue that can hold you. |
| 29 | |
| 30 | Simona Flavoni last update: [[Timestamp]] |