In fact, it compiles with g95, the free fortran 95 compiler. You can get
it at
http://g95.sf.net
best wishes
########################################################################
# Ph.D. Student Lucas Fern�ndez Seivane Tlf: (+34) 985 102946 #
# Departamento de Fisica, Facultad de Ciencias Fax: (+34) 985 102952 #
# Universidad de Oviedo Cell:(+34) 645 227396 #
# 33007 Oviedo (Asturias) - Spain #
########################################################################
On Fri, 3 Jun 2005, Dai Zhenxiang wrote:
Hi,
I read in siesta-0.15 manual that I can use g77.make to compile siesta for
systems,
including Linux, running modern versions of g77.
However, I did not found the file g77.make in the source of siesta-1.3o.
Can I compile siesta-1.3p with GCC-G77 compiler ? Which paremeters I need
change in
the arch.make file?
Thanks.
Muriel.
Dear Muriel:
You can't compile the siesta-1.3p using g77 since siesta1.3p code is written in
fortran
90. By the way, you can compile it in f90 compiler, for example, pgf90, f90,
ifc .etc.
Best wishes!