compile error for inlet_test

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
togye176

compile error for inlet_test

#1 Unread post by togye176 »

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
Attachments
error.JPG

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: compile error for inlet_test

#2 Unread post by jcwarner »

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

togye176

Re: compile error for inlet_test

#3 Unread post by togye176 »

Thank you for your comment. I am using ifort.

ptimko
Posts: 35
Joined: Wed Mar 02, 2011 6:46 pm
Location: Environment and Climate Change Canada

Re: compile error for inlet_test

#4 Unread post by ptimko »

I believe the correct flag for ifort is -free

Post Reply