mpicc and mpif77 under LAM
Hello,
I am trying to install a quantum chemistry program (Dalton) under LAM/MPI.
I am stuck because I get the error:
"mpif77: No such file or directory"
but:
user@pelican:~$ which mpif77
/usr/bin/mpif77
and:
user@pelican:~$ file /usr/bin/mpif77
/usr/bin/mpif77: symbolic link to `/etc/alternatives/mpif77'
user@pelican:~$ file /etc/alternatives/mpif77
/etc/alternatives/mpif77: symbolic link to `/usr/bin/mpif77.lam'
user@pelican:~$ file /usr/bin/mpif77.lam
/usr/bin/mpif77.lam: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
I know that there is also mpif77.openmpi, but due to the lack of clear documentation concerning OpenMPI, I want to use LAM/MPI instead. So far, I wasn't able to install the program due to the error above: "mpif77: No such file or directory".
Just type the following "mpif77 -c foo.c" in your terminal and you will see the error.
Is there any way in order to solve this?
Regards,
Silviu