-
Notifications
You must be signed in to change notification settings - Fork 370
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
CIME -- Don't know how to run appended project IDs #1588
Comments
@mrnorman This was the topic of an earlier github issue that I think was resolved, but don't remember the solution. A short term workaround is to explicitly add the project name when you submit - the second instance of the project name overrides the first. |
There's just the workaround. There's an ESMCI issue to add this ESMCI/cime#1332 @sarich how is that going? |
How do I explicitly add the project name when I submit? |
Something like this: |
) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
…1718) add option CHARGE_ACCOUNT to charge compute time if different from PROJECT This option can be set by environment variable, in config_machines.xml, or with xmlchange. Helpful because PROJECT can be used for directory names that don't match the name of the charge account. Addresses issue #1588 * origin/sarich/scripts/feature-charge-account: unset CHARGE_ACCOUNT environment variable in tests Add simple doctests to get_charge_account whitespace edits add option CHARGE_ACCOUNT to charge compute time to if different from PROJECT
On Summit and Titan, I need to run under a "csc190acme" project. However, the actual folder is "csc190", so that's what I have to put for the -project flag. Yet when i submit the job, it has to be under csc190acme. In the old scripts, this was easy because I just appended "acme" to the project ID in the run file header. However, when I do that in case.run, it doesn't change anything (we should probably remove those headers if they aren't doing anything btw). So how do I have the code run in the csc190 folder while running under csc190acme in the aprun / mpirun command?
The text was updated successfully, but these errors were encountered: