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

viewing contents of module file

MattMeyers
Beginner
377 Views

I have a module file that was compiled with ifort.  The source code is unknown.  Is there any way to see what it contains? 

I was looking for something analogous to using nm or ldd for .a/.so files.  Or something like objdump. 

0 Kudos
1 Reply
Ron_Green
Moderator
337 Views

It's binary data.  Even if you can dump it's contents all you will see are function names.  the interface information is all proprietary binary format.  

0 Kudos
Reply