Hello Vipin,
Just type "f77" at the command prompt to find out if it is
there or not.
Anyway, f77 is not what you want, but something like
mpif90 or mpifort or ..., to be assigned to variable FC
in arch.make.
Suggestion: grab one of those arch.make in Src/Sys that
best suits your system (you'd better know something about
it) and edit accordingly.
Good luck,
Roerto
On 01/05/19 04:51, vipin kumar wrote:
ear Users,
            I am trying to install on cluster by accessing
remotely and getting the following error
/bin/sh: f77: command not found
Compilation architecture to be used:
If this is not what you want, create the right
arch.make file using the models in Src/Sys
Hit ^C to abort...
==> Incorporating information about present compilation (compiler and flags)
make "FPPFLAGS=" compinfo.o
/bin/sh: f77: command not found
make[1]: Entering directory `/home/vipin_muj/siesta-4.1-b4/Obj'
make[1]: *** No rule to make target `compinfo.o'. Stop.
make[1]: Leaving directory `/home/vipin_muj/siesta-4.1-b4/Obj'
make: *** [version] Error 2
Does it mean, my system don't have fortran compiler. How can I fix it?
Thanks for your help.
Best,
Vipin