Configure GPU execution from simple.in - #519
Merged
Merged
Conversation
krystophny
temporarily deployed
to
github-pages
August 13, 2026 15:42 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 15:43 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 15:43 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:02 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:02 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:13 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:14 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:17 — with
GitHub Actions
Inactive
krystophny
temporarily deployed
to
github-pages
August 13, 2026 16:18 — with
GitHub Actions
Inactive
This file contains hidden or 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
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.
Summary
confignamelist insimple.in.gpu_method = 'auto': native CUDA selects tuned DOPRI; OpenACC selects the supported fast Euler path. Explicit methods remain available where supported.\n- Reduce the GPU build interface to-DSIMPLE_ENABLE_OPENACC=ONor-DSIMPLE_ENABLE_CUDA=ON; defaults provide the remaining settings. OpenACC uses managed memory by default and keeps compiler flags target-scoped so libneo flags do not conflict.\n- Shorten the README and GPU documentation to match the configuration.\n\n## Validation\n\n- Clean GNU build ofsimple.x.\n- CPUtest_gpu_orbit_bench,test_gpu_midpoint_bench, andtest_gpu_landreman_segmentspass.\n- LegacySIMPLE_GPU_*variables were set during the segmented test and were ignored; the namelist controlled the run.\n- Final acluster Tesla T4 smoke test: job 21383373, commit289279b, minimal OpenACC configure, and the three GPU tests using the established libneo/Fortnum checkouts.