hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

miniDMSL is out-of-date for RFortran ver-3.0.x r706 #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
*** What steps will reproduce the problem?

1. Checkout the RFortran source code
2. Attempt to compile the RFortran library

*** What do you see?

Error messages due to unresolved references

*** What version of RFortran are you using?

RFortran ver-3.0.x r706

*** Please provide any additional information below.

Need to update miniDMSL to reflect ongoing developments in RFortran procedures, 
as well as any ongoing developments in the DMSL routines.

Note that DK is not able to do this as not able to commit to the mutilsLib repo 
(nor am I sure which mutilsLib branch/file should one be updating).

Original issue reported on code.google.com by dmitri.k...@gmail.com on 17 Dec 2012 at 6:17

GoogleCodeExporter commented 8 years ago
Investigation by DK indicated the following:

1. DMSL files needed in lieu of 'MUtilsLib_miniDMSL.F90':
kinds_dmsl_kit.f90
types_dmsl_kit.f90
utilities_dmsl_kit.f90
linalg_dmsl_kit.f90
numerix_dmsl_kit.f90
uniran1_dmsl_mod.f90
uniran1_parallel_dmsl_mod.f90
intercom_dmsl_kit.f90

2. Modify the IVF project 'Properties > Fortran > Preprocessor > Additional 
include directories' to include:
"..\..\..\DMSL\DMSL_SRC\include"  (this is needed to compile some DMSL 
utilities)

Original comment by dmitri.k...@gmail.com on 17 Dec 2012 at 8:17