Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
feature-adiosWrite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Community
feature-adiosWrite
Commits
a09f253d
Commit
a09f253d
authored
8 years ago
by
mark
Browse files
Options
Downloads
Patches
Plain Diff
DOC: minor update to build information for ADIOS
parent
1c81327a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
BUILD.md
+19
-2
19 additions, 2 deletions
BUILD.md
src/adiosFoam/Make/options
+2
-2
2 additions, 2 deletions
src/adiosFoam/Make/options
src/functionObjects/adios/Make/options
+2
-2
2 additions, 2 deletions
src/functionObjects/adios/Make/options
with
23 additions
and
6 deletions
BUILD.md
+
19
−
2
View file @
a09f253d
Build dependencies: 2016-1
1
-1
5
Build dependencies: 2016-1
2
-1
2
---
Adios
-
adios github version or 1.11.0
.
-
adios github version or 1.11.0
OpenFOAM
-
develop branch (or 1612).
ThirdParty
-
develop branch (or 1612).
---
Until this is fully integrated into OpenFOAM, the user should compile
ADIOS using the ThirdParty
`makeADIOS`
script with the preferred ADIOS version.
Subsequently, set
`ADIOS_ARCH_PATH`
accordingly. Eg,
adios_version=ADIOS-1.11.0
export ADIOS_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios_version
And optionally add it to the PATH
PATH=$ADIOS_ARCH_PATH/bin:$PATH
---
This diff is collapsed.
Click to expand it.
src/adiosFoam/Make/options
+
2
−
2
View file @
a09f253d
##
sinclude $(GENERAL_RULES)/ADIOS
/*
sinclude $(GENERAL_RULES)/ADIOS
*/
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
#
Obtain compile/link flags via adios_config
/*
Obtain compile/link flags via adios_config
*/
ADIOS_INC := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -c)
ADIOS_LIBS := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -l)
...
...
This diff is collapsed.
Click to expand it.
src/functionObjects/adios/Make/options
+
2
−
2
View file @
a09f253d
##
sinclude $(GENERAL_RULES)/ADIOS
/*
sinclude $(GENERAL_RULES)/ADIOS
*/
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
#
Obtain compile/link flags via adios_config
/*
Obtain compile/link flags via adios_config
*/
ADIOS_INC := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -c)
ADIOS_LIBS := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -l)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment