Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

COMPILATION QUANTUM ESPRESSO

marcelo__cesar
Beginner
1,223 Views

Hi 

I am trying to compile the quantum espresso software version 6.4.1 in my section and I get the following message:

Process exceeded login node resource limit.
Please run jobs on compute nodes using qsub or start an interactive shell using qsub -I.
Please visit the forums at: https://software.intel.com/en-us/forums/intel-devcloud

Could you tell me what it is like to compile the software without exceeding the resource limit of the node.
Thank you

 

0 Kudos
3 Replies
Athira_C_Intel
Employee
1,223 Views

Hi,

Thanks for reaching out to us.

Please note that the login nodes are light weight and not capable of handling heavy workloads. It is primarily intended to save your data.
Hence, a limit is enforced on both memory and computing power on login nodes. So if you try to run heavy task on login node it will throw a memory error. 
It is advised to move to compute node using the command :

qsub -I

Hope this helps.If you face any further issue please let us know.

0 Kudos
marcelo__cesar
Beginner
1,223 Views

Thank you.

0 Kudos
Athira_C_Intel
Employee
1,223 Views

Thank you for your confirmation. We are closing this thread. Feel free to open new thread if you face further issues.

0 Kudos
Reply