<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class="hmmessage"><div dir="ltr">Hi,<div><br></div><div>I am installing  mpich 3.1.4 and the following the configure script I use:</div><div><br></div><div>CC=/share/apps/intel/Compiler/11.0/081/bin/intel64/icc CXX=/share/apps/intel/Compiler/11.0/081/bin/intel64/icpc F77=/share/apps/intel/Compiler/11.1/072/bin/intel64/ifort FC=/share/apps/intel/Compiler/11.1/072/bin/intel64/ifort CPPFLAGS=-I/opt/torque/include LDFLAGS="-L/opt/torque/lib -L/opt/torque/lib64" ../mpich-3.1.4/configure --prefix=/share/apps/estools/mpich2/3.1.4/intel --enable-cxx --enable-fortran=all --enable-threads=multiple --with-thread-package=posix --enable-romio --with-pm=hydra --enable-shared --enable-static</div><div><br></div><div>However I have two inquiries:</div><div><br></div><div><ol><li>I am installing it on a cluster with Torque PBS system and wish bind mpich against Torque. The configure output states that: <br><span style="font-size: 12pt;">           checking tm.h usability... yes<br></span><span style="font-size: 12pt;">           checking tm.h presence... yes<br></span><span style="font-size: 12pt;">           checking for tm.h... yes<br></span><span style="font-size: 12pt;">           checking for tm_init in -ltorque... yes<br>But I do this by adding "</span>CPPFLAGS=-I/opt/torque/include ", but do I have to repeat it for other flags (CFLAGS, CXXFLAGS, FFLAGS,  FCFLAGS ...) ?<br><br></li><li><span style="font-size: 12pt;">After I perform make and make install, I proceed to make testing, but with a lot of this error:</span><br>                        /share/apps/intel/Compiler/11.1/072/lib/intel64/libifport.so.5: undefined reference to `__intel_sse2_strlen'<br>By some googling I found some hints that this can be resolved by adding the library libifcoremt.so, but when I add it to the LIBS parameter the configure script cannot even start. So what is the correct way to do this? Or is there any other solution?</li></ol><div><br></div></div><div>Thank you.</div>                                        </div></body>
</html>