Dear members,
After finishing upwelling case successfully, I am trying to run the inlet_test.
But, I could not make it because of compile error showing below.
Please let me know how to solve it
compile error for inlet_test
Re: compile error for inlet_test
looks like your compiler does not understand
-Mfree and -Mnofree
these are needed as some of the lines in swan code extend beyond the 72 char limit, and some do not have line continuation symbols at the end of the lines etc.
Looks like your path has /opt/pgisoft/... so are you using ifort or pgi?
-j
-Mfree and -Mnofree
these are needed as some of the lines in swan code extend beyond the 72 char limit, and some do not have line continuation symbols at the end of the lines etc.
Looks like your path has /opt/pgisoft/... so are you using ifort or pgi?
-j
Re: compile error for inlet_test
I believe the correct flag for ifort is -free