[petsc-users] Issues running with intel MPI compiler
Justin Chang
jychang48 at gmail.com
Thu Aug 6 21:16:49 CDT 2015
Hi all,
I configured PETSc using my university's intel compilers. I configured with
these options:
./configure --download-chaco --download-ctetgen --download-exodusii
--download-fblaslapack --download-hdf5 --download-hypre --download-metis
--download-netcdf --download-parmetis --download-triangle
--with-cmake=cmake --with-mpi-dir=/share/apps/intel/impi/5.0.2.044/intel64
--with-shared-libraries=1 COPTFLAGS=-O2 CXXOPTFLAGS=-O2 FOPTFLAGS=-O2
PETSC_ARCH=arch-linux2-c-opt --with-debugging=0
when I run any examples via make, i get the following error:
> mpiexec_opuntia.cacds.uh.edu: cannot connect to local mpd
(/tmp/mpd2.console_jchang23); possible causes:
> 1. no mpd is running on this host
> 2. an mpd is running but was started without a "console" (-n option)
However, if I simply run /share/apps/intel/impi/
5.0.2.044/intel64/bin/mpiexec -n 1 my_program, it works fine. Anyone know
why this is happening?
Thanks,
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150806/43d72bb3/attachment.html>
More information about the petsc-users
mailing list