Skip to content
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

create_test: Immediately submit to queue once build is done. #68

Merged
merged 1 commit into from
Feb 23, 2016

Conversation

jgfouca
Copy link
Contributor

@jgfouca jgfouca commented Feb 23, 2016

The old behavior was highly suboptimal in the case where there were more
builds to do than number of threads. This could result in a very long gap
in time between when a build was completed and when the testcase was
submitted to the queue.

This commit causes the run phase to be done as the last part of the build
phase if on a batch system.

The old behavior was highly suboptimal in the case where there were more
builds to do than number of threads. This could result in a very long gap
in time between when a build was completed and when the testcase was
submitted to the queue.

This commit causes the run phase to be done as the last part of the build
phase if on a batch system.
jedwards4b added a commit that referenced this pull request Feb 23, 2016
create_test: Immediately submit to queue once build is done.
@jedwards4b jedwards4b merged commit f024857 into master Feb 23, 2016
@jgfouca jgfouca deleted the jgfouca/improve_batch_performance branch February 23, 2016 21:20
jayeshkrishna pushed a commit that referenced this pull request Aug 16, 2016
Added Oxygen documentation for PIO2 testing
jgfouca pushed a commit that referenced this pull request Feb 20, 2019
Work toward pio2 and async pio interfaces.

Test suite: ./create_test --xml-testlist ../src/drivers/nuopc/cime_config/testdefs/testlist_drv.xml --xml-machine cheyenne --xml-category nuopc --walltime 00:30:00 --compare jan11 --baseline-root /glade/scratch/jedwards/BASELINES
Test baseline: jan11
Test namelist changes:
Test status: bit for bit
Fixes: none
User interface changes?: No
Update gh-pages html (Y/N)?: No
Code review: mvertens
pesieber pushed a commit to pesieber/cime that referenced this pull request Mar 15, 2023
…associate statements can't be used to set character data, so use the types directly rather than through the associate statement
pesieber pushed a commit to pesieber/cime that referenced this pull request Mar 15, 2023
mvertens pushed a commit to mvertens/cime that referenced this pull request Dec 23, 2023
Force CIME CCS to use correct Python

Attempt to ensure that the CIME CCS always has access to a valid version of Python by loading it as a module inside the case.

Tested by logging in with a 'bare' (no Python loaded) shell, loading a valid Python (tested 3.8.2, 3.9.6, and 3.11.3), and building (and running) a case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants