Re: [OMPI users] sun compilers

2010-11-19 Thread Gus Correa
PS - As the program doesn't really have any essential Fortran 90 feature, it may be worth to try to replace: use mpi by #include "mpif.h" Gus Correa Gus Correa wrote: Hi Nehemiah The OpenMPI mailing list searchable archive: http://www.open-mpi.org/community/lists/users/ Several Fortran 90

Re: [OMPI users] sun compilers

2010-11-19 Thread Gus Correa
Hi Nehemiah The OpenMPI mailing list searchable archive: http://www.open-mpi.org/community/lists/users/ Several Fortran 90 compilers reject any module that was compiled with a different compiler (even when they can find it). One possibility is to build OpenMPI again with SunStudio. Another is

[OMPI users] sun compilers

2010-11-19 Thread Nehemiah Dacres
is there a searchable archive of this mailing list? I am helping someone use Openmpi with Sun's compilers that came with SolarisStudio. I used the --showme with mpif90 and got this gfortran -I/opt/openmpi/include -pthread -I/opt/openmpi/lib ring_f90.f90 -L/opt/openmpi/lib -lmpi_f90 -lmpi_f77 -lm

[OMPI users] boost + openmpi link errors: missing openmpi libraries

2010-11-19 Thread Hicham Mouline
hello,sorry for cross posting. I've built openmpi 1.4.3 on win32 and generated only 4 release libs: 3,677,712 libmpi.lib   336,466 libmpi_cxx.lib   758,686 libopen-pal.lib 1,307,592 libopen-rte.lib I've installed the boostPro 1.44 mpi library with the installer. But I have link errors: 1>lib

Re: [OMPI users] Unable to find the following executable

2010-11-19 Thread Addepalli, Srirangam V
Hello Tushar, After looking at the log files you attached it appears that there are multiple issues. [0,1,11]: Myrinet/GM on host wasatch-55 was unable to find any NICs. Another transport will be used instead, although this may result in lower performance. Usually they occur if there is a mis

Re: [OMPI users] Unable to find the following executable

2010-11-19 Thread Tushar Andriyas
Hey Rangam, I tried out the batch script and the error file comes out empty and the output file has /home/A00945081/SWM_v2.3/run/SWMF.exe (WHEN RUN ON A SINGLE MACHINE) and the same with multiple machines in the run. So, does that mean that the exe is auto mounted ? What should I do next? Tushar

Re: [OMPI users] Unable to find the following executable

2010-11-19 Thread Addepalli, Srirangam V
Hello Tushar, Try the following script. #!/bin/sh #PBS -V #PBS -q wasatch #PBS -N SWMF #PBS -l nodes=2:ppn=8 # change to the run directory #cd $SWMF_v2.3/run cat `echo ${PBS_NODEFILE}` > list_of_nodes #mpirun --preload-binary SWMF.exe ls /home/A00945081/SWMF_v2.3/run/SWMF.exe The objective is

Re: [OMPI users] Unable to find the following executable

2010-11-19 Thread Tushar Andriyas
It just gives back the info on folders in my home directory. Dont get me wrong but i m kinda new in this. So, could u type out d full command which i need to give? Tushar On Thu, Nov 18, 2010 at 8:35 AM, Ralph Castain wrote: > You can qsub a simple "ls" on that path - that will tell you if the