-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compiler output to query_config #4743
Comments
@bartgol what do you think of the above? |
For a setting like NTASKS_PER_GPU, instead of literally printing out "$SHELL{echo " |
The "--compiler" argument must be accompanied by a "--machine" argument. Its an error to just use "--compiler". |
So you would print the content of the
|
My example above shows how the DEBUG=TRUE options, for example, would be indicated in the output. Its a command line argument, not a filter. So more arguments equals more detail. I don't think that's counter-intuitive. |
Ah, I somehow missed the last few lines. So the options that depend on further filters are printed along with what option is needed to get them. Yes, I think that's a good format. |
Currently, query_config --machine gives this output:
We would like to add an ability to git more info on the compiler. something like
./query_config --machines frontier --compiler gnugpu
The info to print out would be the info contained in these xml blocks (for the case of "gnugpu" on E3SM's "frontier" machine):
The printout might look like:
The reason is that we are having a hard time getting all the relevant info in to the compiler name. See E3SM-Project/E3SM#6773 for background.
The text was updated successfully, but these errors were encountered: