Author Topic: Error  (Read 722 times)

0 Members and 1 Guest are viewing this topic.

Offline Jahanzaib

  • Heavy QuantumATK user
  • ***
  • Posts: 81
  • Country: gb
  • Reputation: 2
    • View Profile
Error
« 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
===================================================================================
~                                                                                     

Offline filipr

  • QuantumATK Staff
  • Heavy QuantumATK user
  • *****
  • Posts: 73
  • Country: dk
  • Reputation: 6
  • QuantumATK developer
    • View Profile
Re: Error
« Reply #1 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