- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys,
I got a "not a dynamic executable" error when trying to run my program. Here is what I did:
-source
/opt/intel/composer_xe_2011_sp1.10.319/bin/compilervars.sh intel64
I got the following:
Intel Fortran Intel 64 Compiler XE for applications running on Intel 64, Version 12.1.4.319 Build 20120410
Copyright (C) 1985-2012 Intel Corporation. All rights reserved.- Ran my make file and no erros were found
- Ran the program, it shows "killed"
- Did a "ldd", it stated "not a dynamic executable."
Can somebody give me a clue about what is wrong here?
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"not a dynamic executable" is normal when you don't use OpenMP, and has no likely relationship to the "killed," if the link step in your make completed normally. The latter is more likely to be associated with permissions and execution limits.

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