Re: [OMPI users] Compiler Choice in openmpi

2008-05-16 Thread Jeff Squyres
boun...@open-mpi.org 2008-05-16 23:51 Please respond to Open MPI Users To Open MPI Users cc Subject Re: [OMPI users] Compiler Choice in openmpi Ah, this is a simple problem. Don't override the CC/etc. for the lamtests suite; it should default to mpicc and friends. If you overrid

Re: [OMPI users] Compiler Choice in openmpi

2008-05-16 Thread Wen Hao Wang
ot@xblade08 lamtests-7.1.4]# file /usr/local/lib/libopen-rte.so.0 > /usr/local/lib/libopen-rte.so.0: symbolic link to `libopen-rte.so. > 0.0.0' > > (See attached file: mpilibs.tar.gz) > > Wen Hao Wang > > Jeff Squyres > > > Jeff Squyres > Sent by: users-bou

Re: [OMPI users] Compiler Choice in openmpi

2008-05-16 Thread Jeff Squyres
ff Squyres Jeff Squyres Sent by: users-boun...@open-mpi.org 2008-05-16 22:35 Please respond to Open MPI Users To Open MPI Users cc Subject Re: [OMPI users] Compiler Choice in openmpi On May 15, 2008, at 12:58 PM, Wen Hao Wang wrote: > After I run "./configure CC=icc CXX=i

Re: [OMPI users] Compiler Choice in openmpi

2008-05-16 Thread Wen Hao Wang
Here are the details of my env. My machine has only one ethernet network adapter. If anything is missed, please let me know. [root@xblade08 wwh]# uname -a Linux xblade08.clusters.com 2.6.18-87.el5 #1 SMP Tue Mar 25 17:28:02 EDT 2008 i686 i686 i386 GNU/Linux [root@xblade08 wwh]# cat /etc/*release

Re: [OMPI users] Compiler Choice in openmpi

2008-05-16 Thread Jeff Squyres
On May 15, 2008, at 12:58 PM, Wen Hao Wang wrote: After I run "./configure CC=icc CXX=icpc FC=ifort F77=ifort" and "make all install", some libs are installed to /usr/local/lib. These libs can not be found when compiling my program, how should I do? Can you send all the information listed

Re: [OMPI users] Compiler Choice in openmpi

2008-05-15 Thread Wen Hao Wang
= 0 > 244 configure:6491: icc -E conftest.c > 245 conftest.c(37): error #5: could not open source file > "ac_nonexistent.h" > 246 #include > 247 ^ > > Thanks! > > Wen Hao Wang > > Jeff Squyres > > > Jeff Squyres > Sent by: users-boun...@open-mpi

Re: [OMPI users] Compiler Choice in openmpi

2008-05-15 Thread Jeff Squyres
ang Jeff Squyres Jeff Squyres Sent by: users-boun...@open-mpi.org 2008-05-13 08:43 Please respond to Open MPI Users To Open MPI Users cc Subject Re: [OMPI users] Compiler Choice in openmpi On May 11, 2008, at 12:00 AM, Wen Hao Wang wrote: > 1. How can I change/set Fortran compiler

Re: [OMPI users] Compiler Choice in openmpi

2008-05-15 Thread Wen Hao Wang
Hello Jeff: Sorry for my delay. To user Intel compiler for openmpi, I removed openmpi installed on my machine and downloaded openmpi 1.2.5 gz file. ./configure script exited with zero. But I find errors in config.log. If any comments/advice can be given, that would be appreciated. My script argum

Re: [OMPI users] Compiler Choice in openmpi

2008-05-12 Thread Jeff Squyres
On May 11, 2008, at 12:00 AM, Wen Hao Wang wrote: 1. How can I change/set Fortran compiler used after installing openmpi? I installed openmpi-1.2.5-2 on RHEL5.2 Server with x86_32 arch. The rpm has been shipped RHEL images. I directly installed the rpms without compiling the source code. No

[OMPI users] Compiler Choice in openmpi

2008-05-10 Thread Wen Hao Wang
Hello all: I have two questions to set openmpi compilers. 1. How can I change/set Fortran compiler used after installing openmpi? I installed openmpi-1.2.5-2 on RHEL5.2 Server with x86_32 arch. The rpm has been shipped RHEL images. I directly installed the rpms without compiling the source code