Hi Community,
I have two command files A.comm and B.comm. A.comm has DEBUT() and B.comm POURSUITE(). A.comm achived running and saved base files pick.code... Then B.comm effectively initialized and loaded the base files without error. Then I got this error:
ERROR: restart aborted!
Traceback (most recent call last):
File "/tmp/folder/proc.0/fort.1", line 20, in <module>
POURSUITE ()
File "/folderlib/aster/code_aster/CodeCommands/debut.py", line 161, in run
logger.error("restart aborted!")
File "/folder/lib/aster/code_aster/Utilities/logger.py", line 134, in _error
raise AsterError("SUPERVIS_99")
libaster.AsterError:
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ <EXCEPTION> <SUPERVIS_99> ║
║ ║
║ Une erreur s'est produite. ║
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
My question is: Does someone knows where the error comes from?
Thanks in Advance