QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: Jahanzaib on May 12, 2023, 14:31

Title: Error
Post by: Jahanzaib on May 12, 2023, 14:31
I am calculating IV curve and got error.
How to get rid of this error
===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 14172 RUNNING AT comp0208
=   EXIT CODE: 9
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 14172 RUNNING AT comp0208
=   EXIT CODE: 9
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
   Intel(R) MPI Library troubleshooting guide:
      https://software.intel.com/node/561764
===================================================================================
~                                                                                     
Title: Re: Error
Post by: filipr on May 12, 2023, 15:01
Intel MPI exit code 9 means that the MPI process has recieved the SIGKILL signal and has been stopped by the Operating System.

This is usually done by the job scheduling system if your process uses more memory or time than it is allowed to. If you have configured your submission script (and job scheduling system) correctly you should (or could) receive and email explaining why the job scheduling system killed your job.

For advice on how to reduce memory consumption check out: https://docs.quantumatk.com/technicalnotes/advanced_performance/advanced_performance.html