I am seeing some odd behavior with fre make that I assume relates to the --force-checkout changes.
You can reproduce this behavior with the am5.yaml
module load fre/2026.01.alpha2
fre make all -y am5.yaml -p ncrc5.intel25 -t prod-openmp --execute
After the first make call, if I run the same fre make command again (e.g. I made some changes to the source code and need to recompile. I get an error:
OSError: [Errno
Error executing checkout script: /gpfs/f5/gfdl_f/scratch/Uriel.Ramirez/am5/am5f11d12r0_canopy_test_me/am5f11d12r0_compile/src/checkout.sh.]
Try removing test folder: /gpfs/f5/gfdl_f/scratch/Uriel.Ramirez/am5/am5f11d12r0_canopy_test_me
I am seeing some odd behavior with fre make that I assume relates to the --force-checkout changes.
You can reproduce this behavior with the am5.yaml
After the first make call, if I run the same fre make command again (e.g. I made some changes to the source code and need to recompile. I get an error: