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
Could you try the fix in #5477? I would recommend that you try from scratch (re-source profile, re-install dependencies, re-build WarpX, re-run test), just in case.
Description
NERSC perlmutter build script(s) needs updating for boost. The e4s 23.05 was EOL on 9/30.
Cmake finds boost 1.66 in /usr/include when it should find boost 1.82 (1.83)
Expected behavior
Compilation should find boost in BOOST_ROOT.
How to reproduce
build with perlmutter gpu
System information
Perlmutter
Steps taken so far
There are two boost configs which come up, and currently trying those:
Additional information
The build succeeds, but running results in:
Exception: Dimensionality '3d' was not compiled in this Python install. Please recompile with -DWarpX_DIMS=3
Note: it would be great if cmake would fail if
$BOOST_ROOT
does not exist. Instead, it's just ignored.The text was updated successfully, but these errors were encountered: