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

executable to fortran file

sbomminayuni3
Beginner
485 Views
hello,

I have made a stupid mistake while compiling a fortran file. i have typed ,
ifort san.for -o san.for
instead of specifying san.exe i specified it as san.for.
now my fortran file is completely gone and i dont have a backup file. is there a way by which i can get back the file or i have to reprogram
0 Kudos
2 Replies
Steven_L_Intel1
Employee
485 Views

There is no way to reconstruct the Fortran source from an executable. Sorry.
0 Kudos
Kevin_D_Intel
Employee
485 Views

Sorry to read this. There's nothing the compiler leaves around that enables recovering the original source. I'm afraid you will have to re-create the program unless there's some chance of recovery from a backup created by the editor you use maybe?
0 Kudos
Reply