Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
01aff409
Commit
01aff409
authored
Nov 06, 2014
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked install instructions
parent
5f514822
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
INSTALL
INSTALL
+11
-14
No files found.
INSTALL
View file @
01aff409
0 - Checkout, build, and install codes-base
0 - Install codes-base, either from the repository or using the 0.3.0 release
tarball (see http://www.mcs.anl.gov/projects/codes/).
git clone git@git.mcs.anl.gov:radix/codes-base
<see codes-base/README.txt>
1 - If this is the first time you are building codes-net, run
1 - If you are building codes-net directly from the repository, run
./prepare.sh
2- Configure codes-net. This can be done in the source directory or in a
dedicated build directory if you prefer out-of-tree builds. The CC
environment variable must refer to an MPI compiler.
2
- Configure codes-net. This can be done in the source directory or in a
dedicated build directory if you prefer out-of-tree builds. The CC
environment variable must refer to an MPI compiler.
./configure --with-codes-base=/path/to/codes-base/install --prefix=/path/to/codes-net/install CC=mpicc
mkdir build
cd build
../configure --with-codes-base=/path/to/codes-base/install --prefix=/path/to/codes-net/install CC=mpicc
3 - Build codes-net
make clean && make
make install
make tests
make && make install
4 - (optional) run test programs
make check
make
tests && make
check
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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