Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csg-eb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
csg-eb
Wiki
Building MFIX with CSG EB on Spock
Changes
Page history
New page
Templates
Clone repository
Update Building MFIX with CSG EB on Spock
authored
3 years ago
by
Mark Meredith
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Building-MFIX-with-CSG-EB-on-Spock.md
+3
-3
3 additions, 3 deletions
Building-MFIX-with-CSG-EB-on-Spock.md
with
3 additions
and
3 deletions
Building-MFIX-with-CSG-EB-on-Spock.md
View page @
ef813498
...
...
@@ -16,7 +16,7 @@ The following steps are intended to work around these difficulties.
## Check conan packages [optional]
You can check which Conan packages are installed with the command, which
look
s
something like:
Running
`conan search`
shows what Conan packages are present on your system; should
look something like:
```
❯ conan search
...
...
@@ -51,7 +51,7 @@ env CC=$ROCM_PATH/llvm/bin/clang CXX=$ROCM_PATH/llvm/bin/clang++ conan create .
```
## Check conan packages [optional]
You can check which Conan packages are installed with the command, which looks something lik
e:
Running
`conan search`
again should now show a cached
`csg-eb`
packag
e:
```
❯ conan search
...
...
@@ -88,7 +88,7 @@ cmake ~/mfix/exa/ -DMFIX_MPI=YES -DMFIX_OMP=NO \
-DAMReX_TINY_PROFILE=YES \
-DMFIX_GPU_BACKEND=HIP -DAMReX_AMD_ARCH=gfx908 \
-DCMAKE_CXX_FLAGS='-std=c++17' \
-DMPI_COMPILER_FLAGS="--cray-print-opts=all"
\
-DMPI_COMPILER_FLAGS="--cray-print-opts=all"
❯ cmake --build .
```
...
...
This diff is collapsed.
Click to expand it.