On May 7, 2008, at 12:08 PM, Arif Ali wrote:
thanks, that's great, that worked
we are also using IBM machines (IBM x3455) but we are using the gcc
compiler that comes default with SLES 10
I have successfully run the HPCC using values 2048, 4096 and 8192; I
have kept this now at 2048 and contin
mpirun only does this when it is using the "prefix" functionality,
which is activated in one of a few ways:
- you use the absolute pathname to mpirun
- you use the "--prefix" option to mpirun
- you configured OMPI with the --enable-mpirun-prefix-by-default option
The intent for this functional
On May 8, 2008, at 5:06 AM, Mukesh K Srivastava wrote:
Hi.
Greetings! There probably isn't much need to CC both lists; this
question is probably more suited for the devel list. I'm following up
to both lists so that the answer is archived on the web properly, but
if there's any followu
It's a function of your underlying compiler. Try:
mpif77 --showme
to see how it's being invoked.
On Thu, 2008-05-08 at 16:55 +0800, Wen Hao Wang wrote:
> Hi all:
>
> I am using openmpi to compile Fortran program on RHEL5.2 x86 machine.
> Open MPI 1.2.5-2 is installed. mpif77 gave following er
Hi.
Out of curiosity, was looking to know -
Query#1: Does OpenMPI has any document related with OpenMPI Internals?
Query#2: Does any slides talks of OpenMPI internals, If yes, any links for
the same?
Query#3: Do any Static-Analysis open-source tools are available for
analyzing OpenMPI?
Hi all:
I am using openmpi to compile Fortran program on RHEL5.2 x86 machine. Open
MPI 1.2.5-2 is installed. mpif77 gave following error.
[root@xblade08 dtyp]# mpif77 -c -o freal16_f.o freal16_f.f
In file freal16_f.f:67
real*16 real16
1
Error: Old-style type declaration RE