Project

General

Profile

New files in CrysFML/Src/CFML (default for Intel compiler)

Added by Rodriguez-Carvajal, Juan over 13 years ago

We have added three new files containing the same module CFML_GlobalDeps but adapted to the three platforms currently supported.

The names are:

CFML_GlobalDeps_Windows.f90
CFML_GlobalDeps_Linux.f90
CFML_GlobalDeps_MacOS.f90

By default the still existing CFML_GlobalDeps.f90 (without platform specification in the name of the file) corresponds to Windows.
The scripts for Linux and MacOS have been changed accordingly. For Windows the default file CFML_GlobalDeps.f90 is used.
In all cases the function "Directory_Exist" is written for the Intel Fortran compiler. For other compilers the user should edit the file and comment (uncomment) the appropriate "inquire" statement.


Comments