- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Running a working code on a Linux machine with Intel's 10.1 FORTRAN compiler, I recieved this error during execussion:
1 Exit code -5 signaled from i171-212.ranger.tacc.utexas.edu
2 Killing remote processes...MPI process terminated unexpectedly
3 DONE
4 forrtl: No such file or directory
Is there a runtime library that may be missing?
Any thoughts on how to address this?
Thank you,
Hezky
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try compiling with -static-intel -heap-arrays
If you have a pbs script that launches your run, make sure the script has a line to 'source
But the -static-intel should be a big help, it statically links in the Intel Fortran runtime libs.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I am running through a job scheduler, and I have as my FORTRAN optimization flag set as:
foptflags = -mcmodel=medium -shared-intel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page