Background Information
- Open MPI Version: v5.0.0
- Installation Method: Installed using a tarball
- System Description:
- Operating System/Version: Ubuntu Linux 22.04
Details of the Problem
I would like to know how to capture all the environment variables associated with an MPI application run. Specifically, is there an Open MPI variable that captures all the environment variables used to run the MPI application?
If there are specific commands or methods to retrieve these variables, please provide examples.