Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOCA2CICE conversion segfault issue (caused by shuffle) #1050

Open
Dooruk opened this issue Jun 24, 2024 · 0 comments
Open

SOCA2CICE conversion segfault issue (caused by shuffle) #1050

Dooruk opened this issue Jun 24, 2024 · 0 comments
Labels
bug Something is not working SOCA Sea-ice, Ocean, and Coupled Assimilation

Comments

@Dooruk
Copy link

Dooruk commented Jun 24, 2024

UPDATE

Per a tip by @guillaumevernieres, it is the shuffle option related. Don't shuffle, folks.

Description

Not quite sure if this should be defined as a bug or some compiler issue regarding Discover. Essentially soca2cice conversion is acting unpredictable for our 0.25-deg setup. @guillaumevernieres told me they haven't had any issues and Skylab uses high res setup with ocean+sea-ice (not sure if that's tested on Discover?). I can run the 5 degree SOCA tests no problem.

To Reproduce:

What compilers/machines are you seeing this with?

Spack-stack 1.7, NCCS Discover SLES12

The following command, using a single node, has a success rate of about %60, runs successfully most of the time, segfault error other times. I just kept executing the same code over and over again:

mpirun -np 24 $jedibuild/soca_convertstate.x soca2cice.yaml

The following, when I use multiple nodes, fails all the time (I just repeated the same command 8-10 times):

mpirun -np 720 $jedibuild/soca_convertstate.x soca2cice.yaml

@Dooruk Dooruk added bug Something is not working SOCA Sea-ice, Ocean, and Coupled Assimilation labels Jun 24, 2024
@Dooruk Dooruk changed the title SOCA2CICE conversion segfault issue SOCA2CICE conversion segfault issue (caused by shuffle) Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working SOCA Sea-ice, Ocean, and Coupled Assimilation
Projects
None yet
Development

No branches or pull requests

1 participant