Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Not a dynamic executable

rock_roll
Beginner
457 Views
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.
0 Kudos
1 Reply
TimP
Honored Contributor III
457 Views
"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.
0 Kudos
Reply