You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem

You may encounter the following error message at runtime:

Illegal instruction (core dumped)


Solution

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


  • No labels