<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Followup: hacking ./configure as follows appears to generate working executables, but there must be a "cleaner" way to achieve the same:
<div><br>
</div>
<div>
<div>[comartin@chemfarm Molpro]$ diff ../../molpro2012.1pl9IMPItest/Molpro/configure ../../molpro2012.1pl9IMPItest/IMPI-GA/Molpro/configure</div>
<div>586a587</div>
<div>>   -auto-ga-intel-mpi ) MPPAUTO="ga-intel-mpi" ;;</div>
<div>3626a3628,3631</div>
<div>>  elif [ "x${MPPAUTO}" = xga-intel-mpi ] ; then</div>
<div>>   build_ga "--with-mpi='/usr/local/intel/impi/4.1.1.036/lib64 -lmpigf -lmpi_mt -I/usr/local/intel/impi/4.1.1.036/include64'"</div>
<div>>   _mppbase="${base}/src/ga-${GAVERSION}"</div>
<div>>   _parallel=""</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>On Jan 7, 2014, at 11:49 AM, "Gershom (Jan) Martin" <<a href="mailto:gershom@weizmann.ac.il">gershom@weizmann.ac.il</a>></div>
<div> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Greetings and best wishes for 2014:<br>
<br>
Our cluster has two working builds of 2012.1pl9 <br>
<br>
(a) MPI-2 with Intel MPI, which I configured as follows (the "module" stuff sets up relevant compilers and libraries):<br>
<br>
./configure -batch -ifort -icc -blaspath /usr/local/intel/Compiler/2013.5.192/composer_xe_2013.5.192/mkl/lib/intel64  -mpp -openmp -mppbase /usr/local/intel/impi/4.1.1.036/intel64/include -prefix /home/co<br>
martin/apps/molpro2012.1pl9IMPItest<br>
<br>
This seems to work OK, except that I obviously have only N-1 processes doing any actual computing. (Is having a dedicated "helper process" beneficial for very large jobs?)<br>
<br>
(b) GA-MPICH using<br>
<br>
./configure -batch -blaspath /usr/local/intel/Compiler/2013.5.192/composer_xe_2013.5.192/mkl/lib/intel64 -icc -ifort -mpp -openmp -auto-ga-mpich -prefix /home/comartin/apps/molpro2012.1pl9MPICH
<br>
<br>
For various reasons our sysadmin recommends that we use Intel MPI exclusively. How would I go about compiling a GA-IMPI version? Any suggestions on how to hack in a -auto-ga-impi stanza in configure?<br>
<br>
Many thanks in advance<br>
Jan Martin<br>
<br>
PS: we basically do NOT run across nodes.<br>
_______________________________________________<br>
Molpro-user mailing list<br>
<a href="mailto:Molpro-user@molpro.net">Molpro-user@molpro.net</a><br>
http://www.molpro.net/mailman/listinfo/molpro-user<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div style="font-family: Calibri, sans-serif; margin: 0cm 0cm 0.0001pt; font-size: 11pt; ">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; "><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>