Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
exatn
Commits
e157483d
Commit
e157483d
authored
Jul 16, 2019
by
Mccaskey, Alex
Browse files
Update README.md
parent
ade04e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e157483d
...
...
@@ -66,7 +66,11 @@ $ brew install gcc@8
Now continue with configuring and building ExaTN
```
$ mkdir build && cd build
$ FC=gfortran-8 CXX=g++-8 cmake .. -DMPI_CXX_COMPILER=/usr/local/mpich/bin/mpic++ -DMPI_Fortran_COMPILER=/usr/local/mpich/bin/mpif90 -DEXATN_BUILD_TESTS=TRUE -DPYTHON_INCLUDE_DIR=$(python -c "import sysconfig; print(sysconfig.get_paths()['platinclude'])")
$ FC=gfortran-8 CXX=g++-8 cmake ..
-DMPI_CXX_COMPILER=/usr/local/mpich/bin/mpic++
-DMPI_Fortran_COMPILER=/usr/local/mpich/bin/mpif90
-DEXATN_BUILD_TESTS=TRUE
-DPYTHON_INCLUDE_DIR=$(python -c "import sysconfig; print(sysconfig.get_paths()['platinclude'])")
$ make install
```
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment