Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lgarrison/mpi_rusty_issue_8-29-2022

Minimal reproducer for possible MPI issue on rusty cluster
https://github.com/lgarrison/mpi_rusty_issue_8-29-2022

Last synced: 26 days ago
JSON representation

Minimal reproducer for possible MPI issue on rusty cluster

Awesome Lists containing this project

README

        

# mpi_rusty

A possible problem with OpenMPI 4 on rusty? Maybe related to https://github.com/open-mpi/ompi/issues/10415

## Build
```console
$ . env.sh
$ make
```

## Run
```
$ salloc -n2 bash
$ srun mpi_test # error
$ srun --mpi=list
$ srun --mpi=pmi2 mpi_test # error
$ srun --mpi=pmix mpi_test # no error
$ srun --mpi=pmix_v3 mpi_test # no error
```