<div dir="ltr"><div>Dear molpro users,</div><div><br></div><div>I am using the MRCI-F12 method to compute energies in a triatomic system. The program is crashing for some different inputs or computers in which it is running.</div><div>Usually it crashes in the first interaction of the MRCI-F12 procedure, or more recently, later on the input. I thought it could be physical space for temporary files, so I am running the program with the -d option, selecting a folder with more than 400GB. This solve the problem for the program to stop in the first MRCI-F12 interaction, but now it crashes on later steps of the loop that my input contains. When the program stops, the only error message it returns is:</div><div><br></div><div>===================================================================================</div><div>=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES</div><div>=   PID 2811 RUNNING AT lab221-2</div><div>=   EXIT CODE: 9</div><div>=   CLEANING UP REMAINING PROCESSES</div><div>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</div><div>===================================================================================</div><div>YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)</div><div>This typically refers to a problem with your application.</div><div>Please see the FAQ page for debugging suggestions</div><div><br></div><div>The output has no information about the problem, it just stops suddenly. The input that chrashed is:</div><div><br></div><div><div>memory,1000,m</div><div>thresh,pspace=20</div><div><span style="line-height:1.5">basis=vqz-f12</span><br></div><div>symmetry,X</div><div><span style="line-height:1.5">dist=[1.00,1.15,1.30,1.45,1.60,1.75,1.90,2.05,2.20,2.35] angstron</span><br></div><div>R2=1.45 angstron</div><div>ang=179.9999999 deg</div><div><span style="line-height:1.5">geometry={C1,</span><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>  O1,C1,r1</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>  N1,O1,r2,C1,ang}</div><div><span style="line-height:1.5">do i=1,#dist</span><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>r1=dist(i)</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>R(i)=r1</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>{multi;wf,21,1,1}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>ecasAL(i)=energy</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>{mrci-f12;wf,21,1,1}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>eciAL(i)=energd</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>{multi;wf,21,2,1}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>ecasA2L(i)=energy</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>{mrci-f12;wf,21,2,1}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>eciA2L(i)=energd</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>table,R,ecasAL,eciAL,ecasA2L,eciA2L</div><div>enddo</div></div><div><br></div><div>For different values of R2 the program ended correctly, in the same computer.</div><div><br></div><div>Any advice is appreciated.</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Cayo Gonçalves</div></div>