Environment variable to suppress job messages

Abaqus Learning Resources

Hi everyone,

It is possible to prevent job messages getting journaled in the abaqus journal (.jnl) file.  Technically they are needed for proper recovery because they control the job status in the job monitor, which is persistent.  But having that job status usually isn’t critical.

You can set it in your environment (set ABQ_DO_NOT_JOURNAL_JOB_MESSAGES=”1”) before launching CAE.  Or, you can still set it in abaqus_v6.env, but using this syntax:

 import os

os.environ[“ABQ_DO_NOT_JOURNAL_JOB_MESSAGES”]=”1”

Thanks,

Srikanth