-
Notifications
You must be signed in to change notification settings - Fork 168
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
Enable CI testing on AWS and other CSPs #3080
base: develop
Are you sure you want to change the base?
Conversation
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.
Looks fine to me as long as it does what it needs to on CSPs.
@@ -13,9 +13,13 @@ export launcher="srun -l --export=ALL" | |||
export mpmd_opt="--multi-prog --output=mpmd.%j.%t.out" | |||
|
|||
# Configure MPI environment | |||
export OMP_STACKSIZE=2048000 | |||
#export OMP_STACKSIZE=2048000 |
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.
#export OMP_STACKSIZE=2048000 |
@weihuang-jedi The |
This is only to used as prototype to test CI on AWS. |
OK, just touched base with Wie and we understand that this PR is mostly for edification for the time being. |
Description
Enable CI testing on AWs and other CSPs
Resolves #3079
Type of change
Change characteristics
How has this been tested?
Use this PR to start test on AWS.
Checklist