Code Monkey home page Code Monkey logo

Comments (7)

mccoys avatar mccoys commented on June 7, 2024

Hello,

Is it possible for you to attach your output and error logs ?
That would make the error more clear.

from smilei.

prlWanted avatar prlWanted commented on June 7, 2024

Of course. Please find the output file in the attachment.

smilei.pdf

from smilei.

jderouillat avatar jderouillat commented on June 7, 2024

Hi,
We never saw this kind of error, by the way there is, a priori, no usage of MPI_Comm_create_keyval directly in the code.
Can you gave us some complementary informations such as a description of the supercomputer that you are using ? And if the code runs successfully with a single MPI process and many OpenMP threads ?
If it crashes in this case too, you could run it within a debugger in a debug mode (make config=debug) to identify the origin of the error.

from smilei.

mccoys avatar mccoys commented on June 7, 2024

I don't think the error is related, but you have 16 processes with 8 threads each. Total of 128 threads. This is way too much compared to the 16 patches available in the benchmark you choose.

Use 1 process with 16 threads or 2 processes with 8 threads instead.

from smilei.

prlWanted avatar prlWanted commented on June 7, 2024

@jderouillat Sure. The supercomputer I am using consists of 44 Dawning CB85-G AMD blade machine. Each node (machine) has four eight-core 64 bits CPU, which constitute 8 symmetrical multi-processor. The internal memory of each node is 8 GB. The CPUs are Opeteron 6136 (2.4GHz) CPUs, each of which has 16 GB internal memory. The supercomputer uses the RedHat Linux 5.0 operation system.

@mccoys I run SMILEI with a single MPI process and 16 threads, 2 processes with 8 threads for 16 patches. But I still get the same error. Then I run the code in the debug mode. Below is the output file.
smilei.pdf

from smilei.

jderouillat avatar jderouillat commented on June 7, 2024

Could you execute the debug version within gdb (with only 1 MPI and 1 OpenMP, it will be easier to read the generated informations and OpenMP doesn't matter in your case, the simulation has not entered the OpenMP parallel section when it crashes) :

$ mpirun -np 1 gdb --args .../smilei .../tst1d_00_em_propagation.py
(gdb) run
...
(gdb) backtrace
...

And send us the stack trace of the crash ?

from smilei.

mccoys avatar mccoys commented on June 7, 2024

Closing as no more input from user

from smilei.

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.