You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On trying to install NESO using Spack following the instructions here (other than pinning intel-oneapi-compilers package version to 2022.1.0 to avoid #183 and pinning [email protected] in the spec to avoid ExCALIBUR-NEPTUNE/NESO-Particles#37) the build step for neso with both Intel oneAPI and GCC (11.3) fails with a series of
error: 'class NESO::Particles::ErrorPropagate' has no member named 'reset'
Hello, thanks for raising this issue, I missed updating a sub-module. The sub-module for NESO-Particles was out of date. This should be fixed on main now. (You may have to run something like git submodule update).
On trying to install NESO using Spack following the instructions here (other than pinning
intel-oneapi-compilers
package version to 2022.1.0 to avoid #183 and pinning[email protected]
in the spec to avoid ExCALIBUR-NEPTUNE/NESO-Particles#37) the build step forneso
with both Intel oneAPI and GCC (11.3) fails with a series oferrors due to the following lines
NESO/src/nektar_interface/particle_cell_mapping/map_particles_common.cpp
Line 34 in 41eb709
NESO/include/nektar_interface/particle_cell_mapping/map_particles_newton.hpp
Line 260 in 41eb709
NESO/src/nektar_interface/particle_cell_mapping/map_particles_3d_regular.cpp
Line 159 in 41eb709
Full error output from Spack
The text was updated successfully, but these errors were encountered: