The system on which you have compiled your code have a different architecture with respect to the compute nodes of the system where you are trying to run your executable.
The Cray compiler wrappers provided by the programming environment on Cray systems will cross-compile your code in order to run on the compute nodes.
You can find more information on Cray compiler wrappers using the Linux man utility (man cc
, man CC
or man ftn
).
Related articles
There is no content with the specified labels