<div dir="ltr">Hello all,<div><br></div><div>I'm installing parallel version of Molpro, but am a little unsure of myself...<div><br></div><div>From what I understand, you can install Molpro with <b><u>either</u></b> GlobalArrays or an MPI implementation. Seeing as how my cluster already has  OpenMPI 1.4.3 bundled with the Intel compilers, I'm opting to install with that library. So the corresponding ./configure command is as below…</div>
<div><br></div><div> <span style="font-family:Helvetica;font-size:12px">./configure -i8 -icc -ifort -mpp -mppbase /usr/mpi/intel/openmpi-1.4.3/include</span><div><br></div></div><div>And then it asks for user input…</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Enter max number of atoms [200] :</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">200</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Enter max number of valence orbitals [300] :</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
500</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Enter max number of basis functions [4095] :</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">10000</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Enter max number of states per symmmetry [20] :</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
30</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Enter max number of state symmetries [16] :</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">20</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Enter max number of records [512] :</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">512</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Enter max number of primitives = maxbfn x [2] :</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br></blockquote></blockquote><div> </div><div>Which I understood until  the prompt for max number of primitives (what is maxbfn?). I assume the brackets were default values. I really wasn't sure what numbers to put in, but was just trying to finish out the ./config script.</div>
<div><br></div><div>I'm used to ./config scripts being pretty much automatic, so this is somewhat disconcerting. </div><div><br></div><div>Basically: Should I just accept the default values for the prompts? If so, what is the max # primitives default (I've discovered that just pressing enter keeps the script going, so I assume pressing enter keeps the default value)?</div>
<div><br></div><div>Any clarification appreciated,</div><div>Alan Chien</div><div><br></div><div>Bonus Questions: </div><div><br></div><div>If I do ./configure without -i8 (did once on accident). It starts building "boost 1_55_0"… what exactly is that? Internet says they are C++ libraries, but I've been running C++ programs for a while, linking to various libraries (math.h, stdio.h, iostream, etc). Are they specialized C++ libraries for Molpro's use?</div>
<div><br></div><div>Any particular reason to use Global Arrays over MPI implementations?</div><div> </div></div></div>