Skip to content

Releases: hpcugent/vsc-mympirun

vsc-mympirun 5.3.1

15 May 15:36
ee324e0
Compare
Choose a tag to compare

bump vsc-base requirement to >= 3.5.3 (PR #195)

vsc-mympirun 5.3.0

15 May 15:35
fda5b39
Compare
Choose a tag to compare

Only support Python 3 (PR #194)

vsc-mympirun 5.2.7

23 Nov 08:44
9e9abe5
Compare
Choose a tag to compare

use --map-by core --bind-to core by default with OpenMPI

vsc-mympirun v5.2.5

17 Nov 17:46
cb4eedb
Compare
Choose a tag to compare
Merge pull request #178 from boegel/UCX

also pass down $UCX* environment variables (fixes #177)

vsc-mympirun v5.1.0

26 Oct 18:05
67c90bd
Compare
Choose a tag to compare
vsc-mympirun-5.1.0

vsc-mympirun 5.1.0

vsc-mympirun v4.0.0

03 Jul 12:32
Compare
Choose a tag to compare

vsc-mympirun v4.0.0:
* code cleanup
* add test suite, including both unit and integration (end2end) tests
* fix semantics for --hybrid, --double, --universe
* add support for --multi
* collect streaming output of MPI program being run via --output
* support mympirun logging to file via --logotfile
* add detection for hanging MPI startup (no output produced for a while), make it fatal by default, provide timeout option
* use --sched=local automatically when needed (outside of PBS jobs)
* randomize basepath directory to avoid clashes
* use pbsdsh launcher by default with recent Intel MPI versions rather than default ssh launcher
* don't define $I_MPI_PIN_PROCESSOR_LIST: default behaviour is fine, incorrectly setting it results in no pinning
* exit with an error for OpenMPI 2.0.x due to incorrect handling of hostnames
* allow oversubscribing of processes on cores with OpenMPI
* balance MPI processors over nodes when --universe is used
* don't hardcode sockets per node to 2 in openmpi.py

vsc-mympirun-3.4.3

06 Apr 13:04
Compare
Choose a tag to compare

Small bug fix in pbsssh.

vsc-mympirun-3.4.2

17 Jun 15:50
Compare
Choose a tag to compare
Merge pull request #39 from stdweird/intel_hydra_tcp

whole bunch of ipath debugging and fixes

vsc-mympirun-3.4.1

17 Jun 09:15
Compare
Choose a tag to compare
Merge pull request #38 from stdweird/intel_hydra_tcp

ipath fixes

vsc-mympirun-3.4.0

13 Jun 12:11
Compare
Choose a tag to compare
Merge pull request #37 from stdweird/intel_hydra_tcp

Intel hydra tcp support