Releases: yoctoyotta1024/CLEO
Releases · yoctoyotta1024/CLEO
v0.30.1
v0.30.0
v0.30.0 - 2024-12-21
Bug Fixes
- correctly pass stacksize_limit - (3a90e8f) - clara.bayley
- fix partition for building gpu - (43f0467) - clara.bayley
- debugging new scripts and tinkering - (069e504) - clara.bayley
Features
- add runtime optimisations for Levante - (dc88aed) - clara.bayley
Miscellaneous Chores
Performance Improvements
- be clearer on arg descriptions - (2be2e3b) - clara.bayley
Refactoring
- add YAC runtime settings - (7873891) - clara.bayley
- run examples with intel compiler unless cuda build - (a61c2dc) - clara.bayley
- add intel compiler option - (91ec4d5) - clara.bayley
- update gcc compiler version and flags - (1253918) - clara.bayley
- move packages into seperate file - (767c7e2) - clara.bayley
- allow examples and run_cleo script to use same runtime settings - (6f0fc26) - clara.bayley
- update slurm of running example submission scripts - (500d1d0) - clara.bayley
- failed exit to running examples if wrong name used - (482e8f9) - clara.bayley
- first draft import from check_inputs function script - (d120920) - clara.bayley
- new scripts for compiling and running cleo first draft - (9b5277d) - clara.bayley
- move install yac helper script - (87e6a94) - clara.bayley
- delete old redundant bash build helper files - (e19b12d) - clara.bayley
- new scripts for building cleo firsrt draft - (3129682) - clara.bayley
- new bash script for interface to building and compiling CLEO - (079b0a0) - clara.bayley
- move install yac helper script - (1a6c932) - clara.bayley
- modify inputfiles slurm settings - (14ea428) - clara.bayley
- initialise kokkos from struct given by config - (270c5ed) - clara.bayley
- specify resoures for examples - (78925f9) - clara.bayley
- initialise kokkos from struct given by config - (1eb2f8a) - clara.bayley
v0.29.5
v0.29.5 - 2024-12-20
Bug Fixes
- revert parallelising finding partition algorithm - (c2b01e0) - clara.bayley
Documentation
- add note on experimental parallel version of find_partition_point - (a6c126f) - clara.bayley
Miscellaneous Chores
- (version) v0.29.5 - (fb5d248) - yoctoyotta1024
- delete redundant functions - (7df6112) - clara.bayley
- add note on paths in bash script - (4bc4dad) - clara.bayley
- use auto - (75d9ad0) - clara.bayley
- formatting and use auto - (cd6f393) - clara.bayley
- use auto - (44dc3ae) - clara.bayley
- update kokkos version - (283e6fe) - clara.bayley
Performance Improvements
- use kokkos min function not selfmade one - (6e83288) - clara.bayley
Refactoring
- new spdtest results for performance comparison - (83998c0) - clara.bayley
- rename gbxmaps ndims - (00d527b) - clara.bayley
- move setting of oob_gbxindex key in maps to optimised function - (429d371) - clara.bayley
- optimise null maps initialisation - (3e108d7) - clara.bayley
- optimise map initialisation of 3D model - (a2ed085) - clara.bayley
- edit cartesian maps names and constructor and use auto - (d5a2478) - clara.bayley
- nested parallelisism for iscorrect function - (58b10cb) - clara.bayley
- replace invalid argument with cassert and parallelise checking of gridboxes - (54e5fd5) - clara.bayley
- parallelise finding partition point for refs - (03e471f) - clara.bayley
- improve performance of nested parallelism partition point finding algorithm - (0a1cc06) - clara.bayley
- add bool to prevent default print statements - (7e4c910) - clara.bayley
v0.29.4
v0.29.3
v0.29.2
v0.29.1
v0.29.1 - 2024-12-06
Bug Fixes
- reverse order of longitude edge centers - (f496c6e) - clara.bayley
- update python use for yac and yac_cadd_interp_stack_config_nnn call for latest yac version - (d268b7c) - clara.bayley
Miscellaneous Chores
- (version) v0.29.1 - (9d8ce43) - yoctoyotta1024
- update yac and yaxt versions on CI - (fcf576d) - clara.bayley
Refactoring
- adapt cleo domain for bubble to crop inside central portion of icon domain - (b8e7de4) - clara.bayley
- adapt cleo domain for bubble to match entire icon domain - (37958a0) - clara.bayley
- update install yac bash script to make python bindings correctly - (7ee4a84) - clara.bayley
- update yacyaxt root dir - (9c163be) - clara.bayley
- update expected solutions from spdtest - (4e53e5b) - clara.bayley
- delete run_stats observer - (56a3b9a) - clara.bayley
v0.29.0
v0.28.4
v0.28.3
v0.28.3 - 2024-11-22
Bug Fixes
- revert running fromfile example for longer - (6761ffb) - clara.bayley
Continuous Integration
- added script to the CI step for comparing parallel run results - (5d710f0) - Wilton Jaciel Loch
- added parallelization execution test to verify that parallel execution is possible - (fbad594) - Wilton Jaciel Loch
Miscellaneous Chores
- (version) v0.28.3 - (bf22170) - yoctoyotta1024
- Merge branch 'parallelization_ci' of https://github.com/wiltonloch/CLEO into parallelization_ci - (aa494b8) - clara.bayley
Performance Improvements
- replaced global communication in superdrops exchange by p2p calls - (ba4463a) - Wilton Jaciel Loch