The Makefile is generated with the Perl script makemake.pl
taken from Michael Wester's web-site (http://math.unm.edu/ wester/utilities/makemake)
and adapted to our needs. Some environment variables (see Environment variables)
are necessary to define the compiler and compiler's options.
to build the Makefile, run:
perl makemake.pl qmcmol.exe
the code is given is debug mode, to get the executable qmcmol.exe, type:
make
to get the executable qmcmol.exe in fast mode (production mode), type:
make fast
to get back the executable qmcmol.exe in debug mode, type:
make defast
To transform the code from FortranF95 to Fortran90, one has to run the Perl script
F95ToF90.pl on all Fortran95 files: