-
Notifications
You must be signed in to change notification settings - Fork 33
Laghos comm cali #316
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
Laghos comm cali #316
Conversation
Merge remote-tracking branch 'upstream/develop' into kripke_comm_cali
Merge branch 'develop' of https://github.com/LLNL/benchpark into kripke_comm_cali
"cce": "cray", | ||
"gcc": "gnu", | ||
} | ||
|
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.
variant("caliper", default=False, description="Build Caliper support") | |
def get_make_config_options(self, spec, prefix): | |
def yes_no(varstr): | |
return "YES" if varstr in self.spec else "NO" | |
options = super(Mfem, self).get_make_config_options(spec, prefix) | |
caliper_opt = ["MFEM_USE_CALIPER=%s" % yes_no("+caliper"), ] | |
return options + caliper_opt |
…into laghos_comm_cali
c23f9c9
to
f17c109
Compare
f17c109
to
20e479f
Compare
…into laghos_comm_cali changes to configs
@@ -15,6 +15,7 @@ compilers: | |||
cflags: -g -O2 | |||
cxxflags: -g -O2 -std=c++17 | |||
fflags: -g -O2 -hnopattern | |||
ldflags: {"-ldl"} |
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.
@pearce8 @gracenansamba Had to add ldflags to get laghos running on tioga. The code runs on ruby, lassen and tioga in the mpi mode
Merge branch 'develop' into laghos_comm_cali
@gracenansamba @dyokelson Has this been re-done using the dynamic system+experiment? Should we close this PR? Which PR replaces it? |
yes, Laghos has been redone and can eb replaced with |
Superseded by #604. |
Description
Here is the Laghos branch plus the changes I made.
I made changes in repo/mfem, and experiments/laghos/mpi/ramble.yaml
I have attached a link to mfem: https://github.com/gracenansamba/mfem.git
Dependencies: FIXME:Add a list of any dependencies.
Fixes issue(s): FIXME:Add list of relevant issues.
Type of Change
Checklist:
If adding/modifying a system:
system.py
file.github/workflows
If adding/modifying a benchpark:
application.py
and (maybe)package.py
under a new directoryfor this benchmark
section
If adding/modifying a experiment:
experiment.py
under existing directory for specific benchmarkIf adding/modifying core functionality:
.github/workflows
and.gitlab/ci
unit tests (if needed)