Can you try with DEBUG=FALSE? Need to clean the build first and then rebuild.
Yes, it works, thank you so much for your help!Ok, I just found this note on the Move to Derecho document:
Debug mode, with mpi-serial, and intel compiler
With DEBUG==TRUE and MPILIB=mpi-serial, and the intel compiler currently does not build failing at the link step. For now you can use the GNU compiler for this case rather than intel. When we have updates for this you’ll be able to update to a newer version.
So, I think setting DEBUG to FALSE should work.
Right now, I can run a global simulation successfully! But single-site simulation broke out with weird information. I'm not sure what the error is, but do you know if has anyone been able to run a single-site simulation on derecho? thank you!Ok, I just found this note on the Move to Derecho document:
Debug mode, with mpi-serial, and intel compiler
With DEBUG==TRUE and MPILIB=mpi-serial, and the intel compiler currently does not build failing at the link step. For now you can use the GNU compiler for this case rather than intel. When we have updates for this you’ll be able to update to a newer version.
So, I think setting DEBUG to FALSE should work.