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
examples(frontier): point VASP_BIN at OLCF facility module, not deleted 6.6.0
The Frontier-targeted active-learning configs (examples/active_learning/
al_config*.example.yaml and examples/paper_cases/*_frontier.yaml) hardcoded
VASP_BIN at external/vasp6/src/vasp.6.6.0/bin/vasp_std, which no longer
exists (6.6.0 was deleted for force-calculation bugs; see prior commits).
Now points at /sw/frontier/vasp/6.6.1/bin/vasp_std, the OLCF-provided
module build-vasp-gpu-frontier.sh prefers by default. Falls back to a
from-source build only if that module is unavailable/broken.
Perlmutter configs (examples/paper_cases/*.yaml without a _frontier
suffix) still point at their own external/vasp6/ from-source build and
are left unchanged — no equivalent facility module exists there.
0 commit comments