Skip to content
Snippets Groups Projects
Commit c47089c8 authored by Gregor Weiss's avatar Gregor Weiss
Browse files

Added compilation hint in ReadMe.md

parent ad07b1eb
No related merge requests found
Example compilation on CTE-AMD
''''''''
module load gcc/10.2.0
module load openmpi/4.1.3
module load cmake
CC=mpicc CXX=mpicxx cmake .. -DADIOS2_DIR=_YOURADIOS2PATH_/lib64/cmake/adios2 -Dwith-sionlib=_YOURSIONLIBPATH_
make
''''''''
examples/heatTransfer
This example solves a 2D Poisson equation for temperature in homogeneous media
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment