Releases: llnl/LaunchMON
Releases · llnl/LaunchMON
Version 1.2.1
Fixes for build errors with modern compilers
v1.2.0
- Added initial flux support
- Added support for CTI
- Added support for ARM
- Added support for updated SLURM
- Added support for Intel MPI
Modernize the Build System
- Mondernize the build system
- Deprecate the bundled external packages: gcrypt, gpgerror, and boost.
- Deprecate --with-bootfabric option.
- Add --with-test-installed support so that one can still configure/build/run tests on installed launchmon in addition to doing them in place.
- Make check now builds tests
- Replace a simple MPI m4 check with @tgamblin’s mpi m4 check
- Add --enable-slurm-mpao-workaround support for SLURM issues with
MPIR_partitial_attach_oksupport - Add Cray XE/XK/XC support
- Rewrite README.md
- Minor bug fixes