-
Notifications
You must be signed in to change notification settings - Fork 43
features/branson #462
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
Merged
Merged
features/branson #462
Changes from 2 commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
ec5bd68
branson fix for lassen
31fb7d0
branson experiment fixes
e55474b
Branson experiment.py
3a9d12b
lint
d6a2140
Merge remote-tracking branch 'origin/develop' into features/branson
9eceb18
Merge branch 'develop' into features/branson
rfhaque a5bfa33
Merge branch 'develop' into features/branson
slabasan 57d725b
Merge remote-tracking branch 'origin/develop' into features/branson
249120f
Merge remote-tracking branch 'origin/develop' into features/branson
1d20884
Merge remote-tracking branch 'origin/develop' into features/branson
8e232cf
branson hip cuda implementation
03f28fd
Fix input file params
f1d763f
lint
1783331
venado system specs
rfhaque 2a261f7
Fix NVCC flags
rfhaque 6d0a753
Merge remote-tracking branch 'origin/develop' into systems/venado
752bae8
Fix caliper version
e708c94
Add patches
b6c342d
Fix caliper, slurm issues
rfhaque 4405a94
Merge remote-tracking branch 'origin/develop' into features/branson
rfhaque 49b3fb1
Merge branch 'systems/venado' into features/branson
rfhaque c5bd894
Merge remote-tracking branch 'origin/develop' into features/branson
41295fc
Fix Cmake flags
8a4e9bd
Merge branch 'features/branson' of github.com:LLNL/benchpark into fea…
rfhaque 682c049
Fixes
rfhaque cb8a309
Remove saxpy
d4d2f12
lint, license
eb64782
Pull from venado specs
f6cdf49
venado specs
1084379
gtl
rfhaque c407bfc
Merge remote-tracking branch 'origin/develop' into features/branson
ae93d54
el cap compiler dependency
c253374
Merge remote-tracking branch 'origin/develop' into features/branson
613133f
Update venado specs
1829125
Merge remote-tracking branch 'origin/develop' into features/branson
rfhaque 8cab26f
Merge remote-tracking branch 'origin/develop' into features/branson
3092aae
Merge remote-tracking branch 'origin/develop' into features/branson
rfhaque e5bfab8
Merge remote-tracking branch 'origin/develop' into features/branson
4374ce2
Fix caliper import
412f0d7
Update CMakeLists.txt
ebd48c2
Add metis and viz variants
84188d0
Add dry runs
dd241a7
Merge remote-tracking branch 'origin/develop' into features/branson
rfhaque 951fd2c
Merge with develop
7df0e81
Fix branson experiment.py
363725c
lint
5c51c0c
Merge with develop
4acacdf
Merge branch 'develop' into features/branson
pearce8 cf34b85
Merge remote-tracking branch 'origin/develop' into features/branson
c341041
Update cmake patch
6ff01c0
Fix github workflow
c770d04
Merge remote-tracking branch 'origin/develop' into features/branson
4ab7199
Merge remote-tracking branch 'origin/develop' into features/branson
8a7fab7
Merge branch 'develop' into features/branson
pearce8 6941d2f
Merge with develop
17bfb61
Merge remote-tracking branch 'origin/develop' into features/branson
b9a6a73
Merge branch 'develop' into features/branson
slabasan 85afcf5
Merge remote-tracking branch 'origin/develop' into features/branson
b81cc09
branson spack-v1.0 changes
e830b9d
Update experiment.py
rfhaque da93eab
I think Branson needs to inherit mpionlyexperiment
scheibelp 10f49e9
forgot import
scheibelp 7c02c66
Merge remote-tracking branch 'origin/develop' into features/branson
c56efe7
Merge remote-tracking branch 'origin/develop' into features/branson
0fd8824
rpath changes
470e2cf
Merge remote-tracking branch 'origin/develop' into features/branson
a57a887
Merge remote-tracking branch 'origin/develop' into features/branson
4f54937
Build system changes
4581622
lint
f0b84e4
Remove redundant package
6ddb0f2
Add branson to gitlab nightly tests
821d0f4
Use main LANL source repo
fb2110f
Remove old tarball reference
pearce8 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| ramble: | ||
| applications: | ||
| branson: | ||
| workloads: | ||
| branson: | ||
| experiments: | ||
| branson_branson_weak_scaling_caliper_time_mpi_{n_nodes}_{num_particles}_{n_ranks}: | ||
| exclude: {} | ||
| matrix: [] | ||
| variables: | ||
| n_nodes: | ||
| - 1 | ||
| - 2 | ||
| - 4 | ||
| - 8 | ||
| n_ranks: '{n_nodes}*{sys_cores_per_node}' | ||
| num_particles: | ||
| - 850000000 | ||
| - 1700000000 | ||
| - 3400000000 | ||
| - 6800000000 | ||
| variants: | ||
| package_manager: spack | ||
| zips: {} | ||
| config: | ||
| deprecated: true | ||
| spack_flags: | ||
| concretize: -U -f | ||
| install: --add --keep-stage | ||
| include: | ||
| - ./configs | ||
| modifiers: | ||
| - name: allocation | ||
| - mode: mpi | ||
| name: caliper | ||
| - mode: time | ||
| name: caliper | ||
| software: | ||
| environments: | ||
| branson: | ||
| packages: | ||
| - caliper | ||
| - default-mpi | ||
| - branson | ||
| packages: | ||
| branson: | ||
| compiler: default-compiler | ||
| pkg_spec: branson@develop+caliper | ||
| caliper: | ||
| compiler: default-compiler | ||
| pkg_spec: caliper@master+adiak+mpi~libunwind~libdw~papi |
This file was deleted.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.