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

GolemPressureAction crashing on GLIC #16

Closed
ajacquey opened this issue Nov 28, 2018 · 1 comment
Closed

GolemPressureAction crashing on GLIC #16

ajacquey opened this issue Nov 28, 2018 · 1 comment

Comments

@ajacquey
Copy link
Owner

ajacquey commented Nov 28, 2018

Guido reported that the GolemPressureAction is not working on GLIC and working fine on desktop computer.

When running simulation using GolemPressureAction on GLIC, the simulation crashes with the following error:


mpirun has exited due to process rank 6 with PID 145868 on
node node189 exiting improperly. There are three reasons this could occur:

  1. this process did not call "init" before exiting, but others in
    the job did. This can cause a job to hang indefinitely while it waits
    for all processes to call "init". By rule, if one process calls "init",
    then ALL processes must call "init" prior to termination.

  2. this process called "init", but exited without calling "finalize".
    By rule, all processes that call "init" MUST call "finalize" prior to
    exiting or it will be considered an "abnormal termination"

  3. this process called "MPI_Abort" or "orte_abort" and the mca parameter
    orte_create_session_dirs is set to false. In this case, the run-time cannot
    detect that the abort call was an abnormal termination. Hence, the only
    error message you will receive is this one.

This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).

You can avoid this message by specifying -quiet on the mpirun command line.

[node189:145859] mca: base: component_find: unable to open /opt/mpi/gcc/openmpi-1.8.8/lib/openmpi/mca_mtl_psm: libpsm_infinipath.so.1: cannot open shared object file: No such file or directory (ignored)


Need to investigate if it's related to GLIC installation or code of GolemPressureAction.

@ajacquey
Copy link
Owner Author

This was due to outdated packages versions on GLiC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant