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

Add segfault on login node to known issues #231

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion systems/summit_user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3126,11 +3126,19 @@ please see the `Vampir Software Page <https://www.olcf.ornl.gov/software_package
Known Issues
============

Last Updated: 01 February 2020
Last Updated: 20 March 2020

Open Issues
-----------

Segfault when running executables on login nodes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Executing a parallel binary on the login node or a batch node without using the job step launcher ``jsrun`` will result in a segfault.

This also can be encountered when importing parallel Python libraries like ``mpi4py`` and ``h5py`` directly on these nodes.

The issue has been reported to IBM. The current workaround is to run the binary inside an interactive or batch job via ``jsrun``.

Nsight Compute cannot be used with MPI programs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down