-
Notifications
You must be signed in to change notification settings - Fork 0
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
Development utilities #63
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
546ad5a
Add config files
jwallwork23 0c1f5b9
Add dev utils
jwallwork23 3ee66d9
Notes and some generalisation
jwallwork23 66b2dc6
Add README
jwallwork23 05e4ae7
Fix path to configs
jwallwork23 e7a4d17
Improve clarity of README.md
jwallwork23 5996a02
Minor fix for intel compiler missed in #62
jwallwork23 f4a7d67
Improve README
jwallwork23 b77342a
Add text on config files, too
jwallwork23 f4ae8bd
NOTEs for modifications
jwallwork23 fb40de5
Add headers for build and run scripts
jwallwork23 aee1211
Use build script in CI
jwallwork23 057f75c
Reorder build to set up configuration files afterwards
jwallwork23 0c08d8b
Fix path to debugging flags
jwallwork23 b5795c1
Add CI job for debug mode
jwallwork23 0bfb776
Copy rundeck for debug mode
jwallwork23 7a641a0
Raise error if scripts fail
jwallwork23 d54f50f
Symlink config files into GISS_HOME, too
jwallwork23 639e0ce
Drop options that we don't have inputs for
jwallwork23 70a3d0c
Add debug option for run script
jwallwork23 43b8379
More standard path for GISS_HOME
jwallwork23 c673571
Account for restart file
jwallwork23 3136d6c
Fix path for restart file in CI
jwallwork23 0b79185
Another attempt to fix paths
jwallwork23 b1a647f
Fix typo; drop set -e
jwallwork23 761a522
Add OVERWRITE=YES
jwallwork23 29bc0e4
Fix path and set values in HISTORY.rc
jwallwork23 20dc376
Debugging flags for Intel
jwallwork23 58c25f4
Update restart file name and add note
jwallwork23 3c14a00
.dev/config/geoschem_config.yml; update restart file name
jwallwork23 2dd2f8b
Update paths for consistency with HPC
jwallwork23 ea7eb70
Use /bin/env bash shebang for scripts
jwallwork23 b410cf1
Fix rundeck passing
jwallwork23 99175fa
Fix path
jwallwork23 8d87fbf
Handle rundeck symmetrically in debug mode
jwallwork23 f5ac1e4
Turn OLSON_LANDMAP back on
jwallwork23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I add a CI job to test building with the
--debug
option.