ExCALIBUR-NEPTUNE / NESO

MIT License
4 stars 4 forks source link

Update NESO to use nektar 5.7 #245

Open oparry-ukaea opened 2 months ago

oparry-ukaea commented 2 months ago

Description

Updates for (upcoming) nektar v5.7. Aim is to keep this PR up-to-date with nektar/master until 5.7 is released.

Type of change

Please delete options that are not relevant.

Testing

Existing unit and integration tests pass.

Test Configuration:

OS: Ubuntu 22.04 Compiler: GCC 11.3.0 / OneAPI v2022.1.0 SYCL implementation: Hipsycl v0.9.2 / DPC++ v2022.1.0 MPI details: MPICH v4.0.2 Hardware: CPU (Intel Alder Lake)

Checklist:

~- [ ] I have added tests that prove my fix is effective or that my feature works~ ~- [ ] Any new dependencies are automatically built for users via cmake~ ~- [ ] I have used understandable variable names~ ~- [ ] I have run cmake-format against my changes to CMakeLists.txt~ ~- [ ] I have run black against changes to *.py~ ~- [ ] I have made corresponding changes to the documentation~