GithubHelp home page GithubHelp logo

Comments (9)

Zhi-Liang avatar Zhi-Liang commented on July 21, 2024

Hi Niki,

I will take a look.

Zhi

On Tue, Jun 24, 2014 at 6:08 PM, Niki Zadeh [email protected]
wrote:

In branch dev/master/2014.06.23 (testing tag) all coupled test cases crash
when I compile with -openmp

Here's the traceback:

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source

fms_MOM6_SIS_LAD_ 000000000185D246 mom_tracer_hor_di 303
MOM_tracer_hor_diff.F90
fms_MOM6_SIS_LAD_ 0000000001717C50 mom_mp_step_mom_ 1062 MOM.F90
fms_MOM6_SIS_LAD_ 00000000016C2F27 ocean_model_mod_m 368
ocean_model_MOM.F90
fms_MOM6_SIS_LAD_ 00000000004013C7 MAIN__ 687 coupler_main.F90

-t repro does not have this problem.

To reproduce the issue:

fremake --execute --nolink -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_CM_libs_compile

fremake --execute -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_SIS_LAD_FV_compile

frerun -s -r basic -u --no-transfer -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_AM2_MOM6i_1deg


Reply to this email directly or view it on GitHub
#28.

from mom6.

nikizadehgfdl avatar nikizadehgfdl commented on July 21, 2024

These crashes always precede by a warning:

WARNING from PE    30: tracer_hordiff: Tracer T has associated 3-d diffusive flux diagnostics.  These are not valid when DIFFUSE_ML_TO_INTERIOR is defined. Use 2-d tracer diffusion diagnostics instead to get accurate total fluxes.

What does this mean?

from mom6.

Zhi-Liang avatar Zhi-Liang commented on July 21, 2024

Hi Niki,

The non-openmp run also print out same warning message.

Zhi

On Wed, Jun 25, 2014 at 3:49 PM, Niki Zadeh [email protected]
wrote:

These crashes always precede by a warning:

WARNING from PE 30: tracer_hordiff: Tracer T has associated 3-d diffusive flux diagnostics. These are not valid when DIFFUSE_ML_TO_INTERIOR is defined. Use 2-d tracer diffusion diagnostics instead to get accurate total fluxes.

What does this mean?

Reply to this email directly or view it on GitHub
#28 (comment)
.

from mom6.

Hallberg-NOAA avatar Hallberg-NOAA commented on July 21, 2024
Hi,
    This warning means that there are some diagnostic fields that
  are requested from the diag_table that simply can not be
  calculated with this particular model configuration. It is a
  warning, and it should not presage a model failure.
    - Bob Hallberg Dr. Robert Hallberg

Oceanographer and Ocean Group Head
NOAA Geophysical Fluid Dynamics Laboratory

NOAA GFDL || Phone: (609) 452-6508
Princeton University Forrestal Campus || Home: (732) 463-1274
201 Forrestal Road || Fax: (609) 987-5063
Princeton, New Jersey 08540-6649 || Email: [email protected]

  On 06/25/2014 03:46 PM, Niki Zadeh wrote:

  These crashes always precede by a warning:
    '''
    WARNING from PE 30: tracer_hordiff: Tracer T has associated 3-d
    diffusive flux diagnostics. These are not valid when
    DIFFUSE_ML_TO_INTERIOR is defined. Use 2-d tracer diffusion
    diagnostics instead to get accurate total fluxes.
    '''
    What does this mean?
  —
    Reply to this email directly or view
      it on GitHub.

from mom6.

StephenGriffies avatar StephenGriffies commented on July 21, 2024

"Presage" is a great word. We should all make a point of using it more
often.

On Wed, Jun 25, 2014 at 3:59 PM, Robert Hallberg [email protected]
wrote:

Hi,
This warning means that there are some diagnostic fields that
are requested from the diag_table that simply can not be
calculated with this particular model configuration. It is a
warning, and it should not presage a model failure.

  • Bob Hallberg Dr. Robert Hallberg
    Oceanographer and Ocean Group Head
    NOAA Geophysical Fluid Dynamics Laboratory

NOAA GFDL || Phone: (609) 452-6508
Princeton University Forrestal Campus || Home: (732) 463-1274
201 Forrestal Road || Fax: (609) 987-5063
Princeton, New Jersey 08540-6649 || Email: [email protected]

On 06/25/2014 03:46 PM, Niki Zadeh wrote:

These crashes always precede by a warning:
'''
WARNING from PE 30: tracer_hordiff: Tracer T has associated 3-d
diffusive flux diagnostics. These are not valid when
DIFFUSE_ML_TO_INTERIOR is defined. Use 2-d tracer diffusion
diagnostics instead to get accurate total fluxes.
'''
What does this mean?

Reply to this email directly or view
it on GitHub.


Reply to this email directly or view it on GitHub
#28 (comment)
.

Dr. Stephen M. Griffies
NOAA Geophysical Fluid Dynamics Lab
201 Forrestal Road
Princeton, NJ 08542
USA

from mom6.

Zhi-Liang avatar Zhi-Liang commented on July 21, 2024

Hi Niki,

I made a fix in MOM_tracer_hor_diff.F90. I change is to change argument
Reg from pointer to intent(inout).
I tested in /MOM6_AM2_MOM6i_1deg and it runs OK with openmp and reproduce
answer from no openmp.

Zhi

On Tue, Jun 24, 2014 at 6:08 PM, Niki Zadeh [email protected]
wrote:

In branch dev/master/2014.06.23 (testing tag) all coupled test cases crash
when I compile with -openmp

Here's the traceback:

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source

fms_MOM6_SIS_LAD_ 000000000185D246 mom_tracer_hor_di 303
MOM_tracer_hor_diff.F90
fms_MOM6_SIS_LAD_ 0000000001717C50 mom_mp_step_mom_ 1062 MOM.F90
fms_MOM6_SIS_LAD_ 00000000016C2F27 ocean_model_mod_m 368
ocean_model_MOM.F90
fms_MOM6_SIS_LAD_ 00000000004013C7 MAIN__ 687 coupler_main.F90

-t repro does not have this problem.

To reproduce the issue:

fremake --execute --nolink -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_CM_libs_compile

fremake --execute -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_SIS_LAD_FV_compile

frerun -s -r basic -u --no-transfer -x
/ncrc/home2/Niki.Zadeh/frerts/testing_20140623/MOM6_CM.xml.20140624170350
-p ncrc2.intel -t repro-openmp MOM6_AM2_MOM6i_1deg


Reply to this email directly or view it on GitHub
#28.

from mom6.

adcroft avatar adcroft commented on July 21, 2024

What's the status on this issue?

from mom6.

nikizadehgfdl avatar nikizadehgfdl commented on July 21, 2024

It is fixed. Closing.

from mom6.

Zhi-Liang avatar Zhi-Liang commented on July 21, 2024

Hi Alistair,

I think this issue is solved.

Zhi

On Tue, Aug 26, 2014 at 3:32 PM, Alistair Adcroft (GFDL) <
[email protected]> wrote:

What's the status on this issue?


Reply to this email directly or view it on GitHub
#28 (comment)
.

from mom6.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.