Dear Molpro Users,<br><br>I am trying to run MCSCF/MRCIC calculations on large transition metal complexes where the active spaces are not particularly large, for instance 8 electron in 10 orbitals, but there are a large number of closed orbitals using Molpro2012.1.  I am using a large basis set, a re-contraction of the ANO-RCC basis, and the two-electron integral take up about 30-50 GB of disk and has 600-800 basis functions.  I have two questions: <br>
<br>(1) How parallel is the MCSCF code and how is it parallelized?  When I run the code in serial verse any kind of a parallelization, the MCSCF program appears to take approximately (within 20%) the same time. Additionally, when I run the code across nodes, I overrun the InfiniBand adapter  on the nodes and cause communication errors.  Effectively requiring the use a single node.  When I print the CPU timings it appears as the majority of the time is spent in the integral transformation.  Is the integral transformation not parallel? Does the integral transformation require significant node communication?  Am I able to over come this by specifications/implementation of the scratch directory?<br>
<br>(2) Does anyone has any suggestions on parallelization/efficiency for MCSCF calculations?  I haven't tested running in integral direct mode significantly, but my first tests didn't show a significant difference in timings.  It seems like I must be making a mistake somewhere since I can run (in parallel) HF/CCSD(T) calculation using a similar size basis about twice as fast as the MCSCF calculation alone (in serial or parallel), but perhaps not since the CCSD(T) is highly parallelized.   Any input would be appreciated. <br>
<br>Thanks in advance,<br>Jason Goodpaster<br><br> A sample input would be:<br><br>memory,1200,M<br>file,2,fe.casscf.wfu<br><br>Geometry={...}<br>basis=ANO-RCC<br><br>SET,DKROLL=1<br><br>{rhf;wf,spin=2}<br>{mcscf,maxit=40;<br>
natorb,ci,print;<br>natorb,2500.2;<br>OCC,99; <br>closed,89;<br>frozen,31;<br>{ITERATIONS;DO,UNCOUPLE,1,TO,2;}<br>State,1;}<br>{mrcic}<br><br>