Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Can't execute compiled apps

Intel_C_Intel
Employee
663 Views

Hi,

I'm sure that the answer to this is silly, but I just rebuilt my machine & reinstalled the latest ifc (7.1-16). When I build my program, I can't execute it (permission denied) and I can't chmod it (permission denied). When created, the program has permissions of 0644. I am working as a user, but if I su, I have the same results.

Like I said, I'm sure that I screwed something up on the install. Any ideas what?

Matt.

0 Kudos
2 Replies
Intel_C_Intel
Employee
663 Views
Oops, RH8.0.
0 Kudos
Martyn_C_Intel
Employee
663 Views
Suppose you give yourself execute permission while you are su, with chmod 755 filename ???
0 Kudos
Reply