hodgesse1 / rfortran

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

Bugs due to the use of fixed hardcoded file units in MutilsLib #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please see ticket N10 in https://code.google.com/p/mutilslib/issues/list.

RFortran relies on MutilsLib for various internal subtasks. There are numerous 
bugs in MutilsLib due to the use of fixed hardcoded units (eg, 10, etc) when 
opening temporary files.

These unit-related bugs interfere with higher-level procedures calling 
RFortran, as these higher-level procedures may have already been using these 
units for their own IO operations. In some cases the arising bugs/crashes are 
particularly difficult to diagnose.

A patch partially addressing these bugs has been submitted in the MutilsLib 
repo.

Original issue reported on code.google.com by dmitri.k...@gmail.com on 31 Aug 2014 at 8:36