Hi Leighton,
Just looking in your suite… in the archer.rc
file you had specifications for [[PERTURB_RESOURCE]]
and [[FLIGHT_TRACK_RESOURCE]]
which just loaded the system python and added in our UM python libs.
So if you put the same in your archer2.rc
file and replace
module load anaconda
with
module load cray-python
.
The equivalent of
export PYTHONPATH=$PYTHONPATH:$UMDIR/lib/python2.7
is
export PYTHONPATH=$PYTHONPATH:$UMDIR//lib/python3.8
I also note that your [[HPC_SERIAL]]
is still set to use the compute nodes, I would suggest switching these back to using the serial nodes. (We had to use the compute nodes for some intensive serial tasks on the 4-cab as we didn’t have the serial nodes there.)
Cheers,
Ros.