Releases: HPC-SimTools/IPS-framework
Releases · HPC-SimTools/IPS-framework
v0.8.1
v0.8.0
- Improved code for sending event data to the IPS-portal, better performance and feedback. Portal Run URL now appears in the Framework log #173
- Add support for GPUs on perlmutter #176
Important change:
Three dependencies have now been added as requirements for IPS-framework and will be automatically installed alongside IPS-framework. They are:
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Fix trace IDs when multiple calls to component method with same timestamp #172
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- Add ability to set parent/child relation between different runs for portal #171
- Include event time in portal data #170
- Log failed call, should also fix disconnected traces #165
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
- Trace information added to the monitor events that works will new profile visualizations added in IPS-portal. #155
- Add ability to register Dask WorkerPlugin. #156
Full Changelog: v0.5.0...v0.6.0
v0.5.0
The construction of the srun
commands when using launch_task
has been modified in two ways:
- It will now fail if unequal partitioning of processes across nodes with the provided
nproc
andtask_ppn
#149 - Adding support for hybrid tasks with new
task_cpp
option inlaunch_task
forsrun
, and setting OpenMP environment variables. See https://ips-framework.readthedocs.io/en/latest/user_guides/advanced_guide.html#slurm-examples for details. #151
Full Changelog: v0.4.1...v0.5.0
v0.5.0-rc.1
The construction of the srun
commands when using launch_task
has been modified in two ways:
- It will now fail if unequal partitioning of processes across nodes with the provided
nproc
andtask_ppn
#149 - Adding support for hybrid tasks with new
task_cpp
option inlaunch_task
forsrun
, and setting OpenMP environment variables. See https://ips-framework.readthedocs.io/en/latest/user_guides/advanced_guide.html#slurm-examples for details. #151
Full Changelog: v0.4.1...v0.5.0-rc.1
v0.4.1
Fixes ips_dakota_dynamic.py