mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
added sleep 1 at the end of qp_run
This commit is contained in:
parent
cc0f226979
commit
e9166599ad
@ -155,6 +155,7 @@ let run slave ?prefix exe ezfio_file =
|
||||
in
|
||||
Printf.printf "Wall time: %d:%2.2d:%2.2d" (d*24+h) m s ;
|
||||
Printf.printf "\n\n";
|
||||
Unix.sleep 1;
|
||||
if (exit_code <> 0) then
|
||||
exit exit_code
|
||||
|
||||
|
@ -1982,4 +1982,6 @@ end subroutine diag_nonsym_right
|
||||
|
||||
! ---
|
||||
|
||||
! Taken from GammCor thanks to Michal Hapka :-)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user