I see ARCHER2 made some upgrades yesterday and I’m working my way through fixing the various library errors I’ve got.
I’m using CAP 9.1 from /work/y07/shared/umshared/CAP9.1/build/bin/ but now I get the error
poe /work/y07/shared/umshared/CAP9.1/build/bin/central_ancillary.exe
/work/y07/shared/umshared/CAP9.1/build/bin/AncilScr_RoseOrog[70]: poe: not found
which is coming from AncilScr_RoseOrog
if [[ $HARDWARE = +(*cray*) ]] then srun ... ${ANCIL_EXEC_FULLPATH} else poe ${ANCIL_EXEC_FULLPATH} fi
if I echo $HARDWARE It’s empty, so I’ve just given my suite an environment variable export HARDWARE=cray I’m just wondering if that’s likely to break anything else? Or is there something I’m meant to have done after the update to make sure system information variables haven’t gone missing