Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
b03240db
Commit
b03240db
authored
Jul 30, 2013
by
Philip Carns
Browse files
update README for modelnet test program
parent
2c4030b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/README_MN_TEST.txt
View file @
b03240db
- The test.conf file has the mapping of model-net and server LPs (currently 16 server LPs and 16 modelnet LPs)
- To run the program :
./modelnettest --sync=1 test.conf
mpirun -np 4 ./modelnettest --sync=2 test.conf (The synchronization protocol is specified before the file name)
Test programs can be run with the "make check" make target. All programs
will be executed in sequential mode.
You can also run the test program manually in parallel (conservative or
optimistic) mode as follows:
mpiexec -n 4 tests/modelnet-test --sync=2 tests/modelnet-test.conf
<or>
mpiexec -n 4 tests/modelnet-test --sync=3 tests/modelnet-test.conf
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