Am 29.07.2013 um 13:47 schrieb Jeff Squyres (jsquyres): > See http://www.open-mpi.org/faq/?category=building#build-intel-compilers. > > > On Jul 28, 2013, at 11:34 PM, Yuping Sun <y...@fdwt.com> wrote: > >> I was able to make and build openmpi-1.6.5 using gfortran. However, I was >> not able to compile using intel ifort. Would anyone tell me how to modify >> configure options to use ifort? Please give me the instruction if you can. >> Here is what I >> used: >> $ ./configure --prefix=/usr/local/openmpi165 FC=`which ifort ` F77=`which >> ifort` --disable-shared
and: http://www.open-mpi.org/faq/?category=building#static-build Looks like you disabled the shared build without enabling a static build. -- Reuti >> $ make –j8 all >> $ make install >> >> It does not work out. >> >> Thank you. >> >> Yuping >> >> >> _______________________________________________ >> users mailing list >> us...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/users > > > -- > Jeff Squyres > jsquy...@cisco.com > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users >