RichardEssery/FSM2

OPTS.h does not work properly on Windows

Closed this issue · 2 comments

I get the following warnings when compiling on windows:

Warning: DRIVE.f90:6: Illegal preprocessor directive
Warning: DRIVE.f90:52: Illegal preprocessor directive
Warning: DRIVE.f90:58: Illegal preprocessor directive
Warning: DRIVE.f90:60: Illegal preprocessor directive
Warning: DRIVE.f90:63: Illegal preprocessor directive

And the model does not work properly. On linux everything works fine.

I use the compile files available here:

https://github.com/jmgnve/FSM2/blob/master/compil.bat

https://github.com/jmgnve/FSM2/blob/master/compil.sh

Jan

Windows and linux compilation scripts have been added