Talk:Evfit
From EVOCD
Revision as of 16:28, 15 February 2017 by Huddleston (Talk | contribs)
I have not been able to produce a correctly working executable using the gfortran compile command, using GNU Fortran 5.4.0. However, the ifort compile command worked correctly, using IFORT 15.0.2. Huddleston (talk) 11:40, 14 February 2017 (CST)
- GNU Fortran 4.8.3 and 4.9.3 fails to even compile using the provided command on the MSU HPC shared memory systems (tried on bazooka) with an "Illegal instruction" error. Huddleston (talk) 16:37, 14 February 2017 (CST)
- In GNU Fortran 5.4.0, the issue seems to be related to the RANF function. Replacing this function with the built in RAND, produces identical results out to three decimal places. Huddleston (talk) 18:05, 14 February 2017 (CST)
- Removing the references to RANF seems to break the compilation with IFORT 15.0.2 Huddleston (talk) 15:28, 15 February 2017 (CST)