Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
unstructured_grids
Commits
3b86bc6f
Commit
3b86bc6f
authored
Apr 22, 2016
by
Thomas Ponweiser
Browse files
updated READMEs
parent
5fe249bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
halo_exchange/CMakeLists.txt
View file @
3b86bc6f
...
...
@@ -11,7 +11,7 @@ if ("${DWARF_PREFIX}" STREQUAL "")
set
(
DWARF_PREFIX 8_unstructured
)
endif
()
set
(
NAME
${
DWARF_PREFIX
}
_halo
_
ex
change
)
set
(
NAME
${
DWARF_PREFIX
}
_haloex
)
# C compiler settings
...
...
halo_exchange/README.md
View file @
3b86bc6f
...
...
@@ -76,7 +76,7 @@ Follow the compilation instructions given in the main directory of the kernel sa
To run the program, use something similar to
mpirun -n [nprocs] ./haloex
mpirun -n [nprocs] ./
8_unstructured_
haloex
either on the command line or in your batch script.
...
...
@@ -104,7 +104,7 @@ For large numbers as arguments to the options `-i`, `-n` or `-N`, the suffixes '
If you run
mpirun -n 16 ./haloex -v 2
mpirun -n 16 ./
8_unstructured_
haloex -v 2
the output should look similar to
...
...
@@ -164,4 +164,3 @@ There is a [known issue for OpenMPI](https://github.com/open-mpi/ompi/issues/130
make CFLAGS="-DOMPI_BUG_1304" clean all
This just disables two critical calls to
`MPI_Type_free`
.
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