SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
398 stars 225 forks source link

FCFLAGS commented out in Makefile.in #204

Closed luet closed 10 years ago

luet commented 10 years ago

As was pointed out by @QuLogic in https://github.com/geodynamics/specfem3d_globe/issues/186 the FCFLAGS is commented out in Makefile.in Uncommenting that line seems to fix the problem. Does anyone know why that line is commented out? If not I'll commit the change.

komatits commented 10 years ago

Hi David,

I have no idea, but if that fixes the problem I think you can go ahead and commit the change and close the issue on GitHub

(it is probably a cut and paste that went wrong, or somebody that committed a temporary and local change without noticing it)

Thanks, Dimitri.

On 31/07/2014 16:15, David Luet wrote:

As was pointed out by @QuLogic https://github.com/QuLogic in geodynamics/specfem3d_globe#186 https://github.com/geodynamics/specfem3d_globe/issues/186 the FCFLAGS is commented out in Makefile.in https://github.com/geodynamics/specfem3d_globe/blob/devel/Makefile.in#L33 Uncommenting that line seems to fix the problem. Does anyone know why that line is commented out? If not I'll commit the change.

— Reply to this email directly or view it on GitHub https://github.com/geodynamics/specfem3d/issues/204.

Dimitri Komatitsch CNRS Research Director (DR CNRS), Laboratory of Mechanics and Acoustics, UPR 7051, Marseille, France http://komatitsch.free.fr

luet commented 10 years ago

fixed