Skip to content
Snippets Groups Projects
Commit 6c3bb99c authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

links

parent 60b6d08b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ You can start using PETSc on Anselm by loading the PETSc module. Module names ob
module load petsc/3.4.4-icc-impi-mkl-opt
```
where `variant` is replaced by one of `{dbg, opt, threads-dbg, threads-opt}`. The `opt` variant is compiled without debugging information (no `-g` option) and with aggressive compiler optimizations (`-O3 -xAVX`). This variant is suitable for performance measurements and production runs. In all other cases use the debug (`dbg`) variant, because it contains debugging information, performs validations and self-checks, and provides a clear stack trace and message in case of an error. The other two variants `threads-dbg` and `threads-opt` are `dbg` and `opt`, respectively, built with [OpenMP and pthreads threading support](http://www.mcs.anl.gov/petsc/features/threads.html).
where `variant` is replaced by one of `{dbg, opt, threads-dbg, threads-opt}`. The `opt` variant is compiled without debugging information (no `-g` option) and with aggressive compiler optimizations (`-O3 -xAVX`). This variant is suitable for performance measurements and production runs. In all other cases use the debug (`dbg`) variant, because it contains debugging information, performs validations and self-checks, and provides a clear stack trace and message in case of an error. The other two variants `threads-dbg` and `threads-opt` are `dbg` and `opt`, respectively, built with [OpenMP and pthreads threading support](https://www.mcs.anl.gov/petsc/miscellaneous/petscthreads.html).
External libraries
------------------
......@@ -57,6 +57,6 @@ All these libraries can be used also alone, without PETSc. Their static or share
- [ParMETIS](http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview)
- [PT-Scotch](http://www.labri.fr/perso/pelegrin/scotch/)
- preconditioners & multigrid
- [Hypre](http://acts.nersc.gov/hypre/)
- [Hypre](http://www.nersc.gov/users/software/programming-libraries/math-libraries/petsc/)
- [Trilinos ML](http://trilinos.sandia.gov/packages/ml/)
- [SPAI - Sparse Approximate Inverse](https://bitbucket.org/petsc/pkg-spai)
......@@ -3,7 +3,7 @@ Prioritization component (BiERapp)
### Access
BiERapp is available at the following address: <http://omics.it4i.cz/bierapp/>
BiERapp is available at the [following address](http://omics.it4i.cz/bierapp/)
!!! Note "Note"
The address is accessible onlyvia VPN.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment