Page 1 of 1

Installation on Linux - regarding the Makefile

Posted: June 24th, 2020, 4:38 pm
by shtiwari
Hello,

Could you explain "Copy the appropriate compiler version include file to Makefile.inc" from Section 1.3? I understand that the purpose is to specify which compiler is available, but I don't understand how. Do I copy the entire Makefile.inc.gfortran / Makefile.inc.intel into Makefile.inc, or do I edit a specific part of the Makefile.inc?

Thanks.

Re: Installation on Linux - regarding the Makefile

Posted: June 24th, 2020, 4:39 pm
by alicec
Yes you can just copy the whole thing e.g.

cp Makefile.inc.gfortran Makefile.inc