You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kmcos-users
Hello kmcos users,
The default install uses gfortran. Can the code be compiled with an intel compiler as well (I believe it is called ifort)? Will the installation autodetect ifort if it is loaded in the environment? If not, where do edits need to be made?
Best,
Eric
EricS
unread,
Feb 16, 2023, 12:34:58 AM2/16/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kmcos-users
Although ifort is detected and recognized from the output printed to the terminal when compiling a kmcos model, the compilation ultimately fails. Replacing ifort with gfortran resolves the problem. As such, it doesn't seem like the kmcos codebase is compatible with ifort. Not a problem, just something to be aware of.