Problem compiling on Mac: missing module files - D-Flow Flexible Mesh - Delft3D
intro story D-Flow FM
D-Flow Flexible MeshD-Flow Flexible Mesh (D-Flow FM) is the new software engine for hydrodynamical simulations on unstructured grids in 1D-2D-3D. Together with the familiar curvilinear meshes from Delft3D 4, the unstructured grid can consist of triangles, pentagons (etc.) and 1D channel networks, all in one single mesh. It combines proven technology from the hydrodynamic engines of Delft3D 4 and SOBEK 2 and adds flexible administration, resulting in:
An overview of the current developments can be found here. The D-Flow FM - team would be delighted if you would participate in discussions on the generation of meshes, the specification of boundary conditions, the running of computations, and all kinds of other relevant topics. Feel free to share your smart questions and/or brilliant solutions!
======================================================= | Sub groups
|
Message Boards
Problem compiling on Mac: missing module files
PY
Peter Yeates, modified 4 Years ago.
Problem compiling on Mac: missing module files
Youngling Posts: 1 Join Date: 1/11/16 Recent Posts 00
Hi,
I'm having an issue compiling delft3d on my Mac (OS X Yosemite 10.10.5). I've attached my error message below
use globaldata
1
Fatal Error: Cannot read module file 'globaldata.mod' opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
I don't appear to have prepared the necessary include folders (e.g. /utils_lgpl/precision/packages/precision/src) and I have not been able to determine what steps I have missed.
I realise there is limited support for Mac users but if someone could point me in the right direction that would be great.
Cheers
I'm having an issue compiling delft3d on my Mac (OS X Yosemite 10.10.5). I've attached my error message below
use globaldata
1
Fatal Error: Cannot read module file 'globaldata.mod' opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
I don't appear to have prepared the necessary include folders (e.g. /utils_lgpl/precision/packages/precision/src) and I have not been able to determine what steps I have missed.
I realise there is limited support for Mac users but if someone could point me in the right direction that would be great.
Cheers
Adri Mourits, modified 4 Years ago.
RE: Problem compiling on Mac: missing module files
Yoda Posts: 1221 Join Date: 1/3/11 Recent Posts 00
Hi Peter,
The error message suggests that file 'globaldata.mod' was already present, created by another compiler, and that the current compiler can not read it. This should be solved when you delete this file. Your current compiler will generate it himself.
You might run into more of this type of problems. Be sure that you started with a clean checked out version.
Regards,
Adri
The error message suggests that file 'globaldata.mod' was already present, created by another compiler, and that the current compiler can not read it. This should be solved when you delete this file. Your current compiler will generate it himself.
You might run into more of this type of problems. Be sure that you started with a clean checked out version.
Regards,
Adri