Skip to content

Inquiry about Identifying the Compiler Used to Install WWIII Model on HPC #1140

Closed Answered by ukmo-ccbunney
krishnanathira asked this question in Q&A
Discussion options

You must be logged in to vote

Sometimes the compiler stores its name and version in the executable. You can access this information using objdump or nm, e.g.

objdump -h your_exe

The -h flag displays the headers in the executable. The compiler version is sometimes stored in the .note or .comment headers. However, often this info is stripped out when doing a release build (without -g flags)...

It's worth a try though!

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@krishnanathira
Comment options

Comment options

You must be logged in to vote
1 reply
@krishnanathira
Comment options

Answer selected by krishnanathira
Comment options

You must be logged in to vote
3 replies
@krishnanathira
Comment options

@CarstenHansen
Comment options

@krishnanathira
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants