LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Shishir Shroff (shishir_at_[hidden])
Date: 2005-05-19 20:46:10


Hi,
 I have installem lam-mpi version 7.1.1 from source. When configuring I
specifically used the --without-fc option as I am not interested in the
Fortran bindings.

Now when trying to configure lamtests I get the following error:
------
checking for mpif77... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether mpif77 accepts -g... no
checking for ranlib... ranlib
checking for mpi.h... yes
checking for MPI_Initialized in -lmpi... yes
checking if have Fortran MPI bindings... no
checking if supposed to have Fortran MPI bindings... yes
configure: error: Cannot continue
-----------

Is there a way I can bypass the Fortran checks for lamtests too?
Thanks in advance.
Shishir

Some ouput of my installation:
1. laminfo ouput:
   -bash-2.05b$ laminfo
             LAM/MPI: 7.1.1
              Prefix: /afs/dev/tools/mpi/lam-mpi-7.1.1_RHE3
        Architecture: x86_64-unknown-linux-gnu
       Configured by: sshroff
       Configured on: Thu May 19 20:10:33 UTC 2005
      Configure host: mach.praesagus.net
      Memory manager: ptmalloc2
          C bindings: yes
        C++ bindings: yes
    Fortran bindings: no
          C compiler: gcc
        C++ compiler: g++
    Fortran compiler: false
     Fortran symbols: none
         C profiling: yes
       C++ profiling: yes
   Fortran profiling: no
      C++ exceptions: no
      Thread support: yes
       ROMIO support: yes
        IMPI support: no
       Debug support: no
        Purify clean: no
            SSI boot: globus (API v1.1, Module v0.6)
            SSI boot: rsh (API v1.1, Module v1.1)
            SSI boot: slurm (API v1.1, Module v1.0)
            SSI coll: lam_basic (API v1.1, Module v7.1)
            SSI coll: shmem (API v1.1, Module v1.0)
            SSI coll: smp (API v1.1, Module v1.2)
             SSI rpi: crtcp (API v1.1, Module v1.1)
             SSI rpi: lamd (API v1.0, Module v7.1)
             SSI rpi: sysv (API v1.0, Module v7.1)
             SSI rpi: tcp (API v1.0, Module v7.1)
             SSI rpi: usysv (API v1.0, Module v7.1)
              SSI cr: self (API v1.0, Module v1.0)

2. mpicc -showme
x86_64-redhat-linux-gcc -llamf77mpi -lmpi -llam -lutil

3. mpif77 -showme
f77 -I/usr/include -llamf77mpi -lmpi -llam -lutil

Also attached is my config.log file.