<div dir="ltr">Hi everyone: <br><br>I am trying MP2 for a condensed system (21^3 AA cell with 1000  C H O atoms) with  xyz periodic conditions, on a cluster of 10 nodes with the memory of  128GB/node and 24 processors/node.   <br><br>I set the HF and MP2 section as: <br><br> &HF<br>        FRACTION 1.0<br>        &SCREENING<br>          EPS_SCHWARZ 5.0E-10<br>        &END<br>        &INTERACTION_POTENTIAL<br>          POTENTIAL_TYPE TRUNCATED<br>          CUTOFF_RADIUS  10.0<br>          T_C_G_DATA  ../t_c_g.dat<br>        &END<br>        &MEMORY<br>          MAX_MEMORY 750<br>        &END<br> &END<br><br> &WF_CORRELATION<br>           METHOD  RI_MP2_GPW<br>           MEMORY    1000  # the memory<br>           NUMBER_PROC 10<br>         &WFC_GPW<br>           CUTOFF      300<br>           REL_CUTOFF  50<br>           EPS_FILTER  1.0E-12<br>           EPS_GRID    1.0E-8<br>         &END<br> &END<br><br>But the calculation always stopped at the output of: <br><br>HFX_MEM_INFO| Est. max. program size before HFX [MB's]:     5xx MB<br><br>with an Error Messages of Out of Memory. <br><br>For our system, the Memory available for every node is 128G/24=5.3 GB. <br>In this way, it seems the setting of   HF : 750Mb, and 1GB for MP2 are reasonable. <br><br>Is this right?  <br>How the memory consumption of MP2 is determined for the MPI implementation?<br>Is NUMBER_PROC 10 relevent ?  I set it as the total number of nodes is 10. <br><br>Thanks very much for any information.<br><br>Bin Gu<br></div>