All public logs

Jump to navigation Jump to search

Combined display of all available logs of Arbeitsgruppe Kuiper. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:47, 3 July 2024 Vardan talk contribs created page Restarting belt automatically (Created page with "Add the following script to your submit script to automatically restart belt from the last output file. latest=$(ls -l data | grep -o "rho\.[0-9]*\.dbl" | grep -oE "[0-9]*" | sort -g -r | head -n 1) timeout 95h mpirun -np 864 ./belt -restart $latest if $? == 124 ; then sbatch submit fi In the above example, the code will be terminated after 95 hours and the submit file called "submit" will be resubmitted. Note that you need to have SBATCH time of at least 95...")