Releases: marcjoos-cea/dumses-hybrid
Releases · marcjoos-cea/dumses-hybrid
DUMSES-Hybrid 2.2.4
- bugfix in
configure.ac
so by default computation are not isothermal - OpenACC shutdown/MPI finalize ordering change to avoid UCX crashes at the end of the execution
DUMSES-Hybrid 2.2.3
Bugfix in configure to allow user to pass extra FCFLAGS
without breaking the compilation.
DUMSES-Hybrid 2.2.2
Bugfix in OpenMP implementation
- clauses in
solver
andsolver_magnetic
were broken after OpenACC rework for v2.0 - typo in
Makefile.am
on OpenMP flags
DUMSES-Hybrid 2.2.1
Bugfix in configure.ac
and configure procedure.
DUMSES-Hybrid 2.2
- Build:
configure
script with Autotools
- Fix:
- fix of
nccl
andcudafor
declarations and of some preprocessing directives
- fix of
DUMSES-Hybrid 2.1
- Communications:
- implementation of point-to-point communication wtih NCCL
- OpenACC:
- rework of GPU initialization
- Misc.:
- update of Makefile examples
DUMSES-Hybrid 2.0
- rework of OpenACC parallelization:
- remove preprocessing, replaced by
acc routines
- many optimizations performed during NCCS Hackathon '21 with Nvidia
- remove preprocessing, replaced by
- Python 3:
dumpy
is now (hopefully) fully Python 3 compatible - compilation/configuration:
- remove obsolete
configure
script - remove
make.py
script, preprocessing being not mandatory anymore - add Makefile examples in
makefiles/
- remove obsolete