Hi,
I want to inform that the latest available code_aster v 17.3.3 which I compiled for mpi version, does not close cleanly on issuing this command if the user want to cleanly interrupt the run(if it takes too long):
pids=$(pgrep -fl python3 | tail -n 4 | awk '{print $1}') && kill -SIGUSR1 $pids
There is no response from terminal and the system just hangs. Bases are not stored and results are not copied. CTRL+C just cancels run alltogether.
This problem is not encountered with previous versions of code_aster( no prob with v17.2.19)
Edit: wrote incorrrect version in title(it should be 17.3.3 not 17.7.3)
Regards
Anirudh