-
Notifications
You must be signed in to change notification settings - Fork 360
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
Update LANL IC machines to reflect recent change from moab to slurm #1582
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonbob
added a commit
that referenced
this pull request
Jun 13, 2017
) Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
jonbob
added a commit
that referenced
this pull request
Jun 14, 2017
) Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. Re-merging to include default pe-count for wolf to reflect new minimum core count under slurm. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
jonbob
added a commit
that referenced
this pull request
Jun 15, 2017
Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. This PR also includes adding a default pe-count for wolf to reflect new minimum core count under slurm. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
Merged to master |
jgfouca
pushed a commit
that referenced
this pull request
Jul 14, 2017
DOCN aquaplanet from file and new A compsets with DOCN modes Addition of file driven aquaplanet to DOCN This PR actually does several things: - adds aquaplanet capability to DOCN where the input is from a file rather than analytic. - adds a new directory `$CIMEROOT/src/drivers/mct/cime_config/testdefs/testmods_dirs/drv/default ` that creates cpl history files on a daily basis and thereby permits answer changes to be compared more easily. - adds new A compsets to the driver config_compsets.xml that have different DOCN functionality ADSOM - DOCN SOM ADSOMAQP - DOCN aquaplanet SOM ADAQP3 - DOCN analytic aquaplanet (mode 3) ADAQFILE - DOCN aquaplanet from file - removes COPYALL as a possible DOCN_MODE since it is not used Test suite: scripts_regression tests and created a modified sandbox off of` 8657a18` with the new compsets and default/ testmods directory to show that the following tests were bfb with `8657a18` ``` ERS.f19_f19.ADAQP3.cheyenne_intel.drv-default.C.8657a18/ ERS.f19_f19.ADSOMAQP.cheyenne_intel.drv-default.C.8657a18/ ERS.f19_g16_rx1.A.cheyenne_intel.drv-default.C.8657a18/ ERS.f19_g16_rx1.ADSOM.cheyenne_intel.drv-default.C.8657a18/ ERS.f19_g16_rx1.AIAF.cheyenne_intel.drv-default.C.8657a18/ ``` Test baseline: `8657a18` Test namelist changes: Test status: bit for bit Fixes #1581 User interface changes?: None Code review: Bill Sacks, Rob Jacob
jgfouca
pushed a commit
that referenced
this pull request
Oct 25, 2017
Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. This PR also includes adding a default pe-count for wolf to reflect new minimum core count under slurm. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
jgfouca
pushed a commit
that referenced
this pull request
Feb 27, 2018
Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. This PR also includes adding a default pe-count for wolf to reflect new minimum core count under slurm. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
jgfouca
pushed a commit
that referenced
this pull request
Mar 14, 2018
Update LANL IC machines to reflect recent change from moab to slurm This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf. This PR also includes adding a default pe-count for wolf to reflect new minimum core count under slurm. Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf [BFB]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates machine and batch files to reflect the recent LANL machines job scheduler change from moab to slurm. It includes changes for machine grizzly from branch vanroekel/LANLIC_grizzlySlurmTransition as well as changes for machine wolf.
Tested with: -compset CMPASO-NYF -res T62_oEC60to30v3 -mach wolf
[BFB]