mpich icon indicating copy to clipboard operation
mpich copied to clipboard

Official MPICH Repository

Results 431 mpich issues
Sort by recently updated
recently updated
newest added

## Pull Request Description The is a WIP PR working toward * Reuse the proxy to launch processes from spawn, rather than launch separate proxies each time * Support proxy...

I just tested an update to the archlinux package and got this build failure. I can't reproduce this moment, but let me know if you can't reproduce and I'll try...

## Pull Request Description This is a split from https://github.com/pmodels/mpich/pull/5860 Import libpmi to hydra to prepare for refactoring hydra with the pmi wire utilities. * Modify build to embed pmi...

**Originally by _balaji_ on 2013-07-07 13:58:28 -0500** --- We need to add yarn support to Hydra.

stale issue

## Pull Request Description Goals of this PR: * Making the code logic that deals with wire protocols and semantic protocols orthogonal * Making the protocol logic (wire or semantic)...

## Pull Request Description Add workq based stream enqueue implementation. ## Caveat The wait kernel will block allocation and free of GPU registered host buffer, resulting in a potential deadlock...

I have a Jenkins job that is executing the mpich tests. When the Jenkins job hits its time limit and kills the mpich testing jobs, the summary.xml and summary.junit.xml files...

## Pull Request Description 1. Add interface for querying GPU device list and subdevice list in MPL. The MPL returns array of integers that represents individual GPU device or subdevice....

## Pull Request Description Allow literal restriction conditions to be specified. When the restriction contains any non alphabet, comma, hyphen, or underscore, assume it is a literal condition string. Usually...

MPI Sessions has been implemented and we expect all correct programs should work as expected. However, there are a few remaining items to fully meet the semantics. * Update `ref_count`...