-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add ARS no limiter FCT to longrun pipeline #2577
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.
Let's add the toml file following this line:
toml: [toml/longrun_hs_rhoe_equil_55km_nz63_0M.toml] |
Also, it seems you are not using GPU? If so, maybe just put it in ./buildkite/longruns/pipeline.yml? |
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.
Feel free to merge after making the changes.
Oh, one more thing. If you want plots, add the job_id to ci_plots.jl. |
Right, do you think it should be a CPU or GPU job? |
This is adding the correct parameters for the rayleigh sponge. |
I was thinking using central cluster for this job (which is what longrun/pipeline.yml uses), as it may still change. We have been using CPUs for that pipeline. But if we can use both central CPU and GPU in the same pipeline, I think GPU is good too. |
5b168d8
to
b27e421
Compare
I'll leave it as CPU for now, but we can change it later if it seems needed. |
Sounds good. It seems you are using only one CPU. It will be very slow. Is that intended? |
I didn't know that, I thought all of the other jobs in |
Yes, but they are using multiple cpus. I think you need to specify slurm_ntasks and add srun before julia? |
Should we close this? We are using SSPKnoth for most simulations now. |
Fine by me. |
xref: #2344 (comment).