prrte icon indicating copy to clipboard operation
prrte copied to clipboard

PMIx Reference RunTime Environment (PRRTE)

Results 9 prrte issues
Sort by recently updated
recently updated
newest added

We need to define a better abstraction layer between Slurm and PRRTE for discovering allocated resources and launching PRRTE's daemons. Slurm needs freedom to innovate, changing `srun` cmd line options...

Based off of https://github.com/open-mpi/ompi/pull/12406. Modified to cover the case where the submodule's ".git" file exists, but the directory is actually unpopulated. Admittedly a "borked" installation, but surprisingly does happen.

## Background information Working on a project, one part of which runs multiple `prun` commands in parallel from multiple processes to launch multiple tasks, some of these commands with `--add-hostfile`...

PRRTE is looping across PMIx multiple times, creating conflict as described [here](https://github.com/openpmix/openpmix/issues/2548) FWIW: here is what should be happening. PRRTE should call "setup_application" with a directive that we only harvest...

bug
Target 3.x

## Background information It has been discovered that both prrte and putty provide a /usr/bin/pterm executable - which is problematic if a user wants both installed. Any suggestions for dealing...

With the project winding down, it is time to define a stable landing point where we can leave it for those wanting to use it. This means: - removing all...

The slurm PLM component sets ```--mpi=none``` as part of the srun command used to launch the prted daemons. On HPE Slingshot 11 networks where VNI credentials are enforced, this ends...

Target 3.x

This is a running check-list of things to be done before release of the first version in the presumed final PRRTE v5.0 release series. There is no implied order of...

Provide a cmd line option to specify the user wants to spawn a PTY - e.g., to run a shell on a remote node. Correct error code returns when pipes...