You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile the example by running e.g. dune build src/lorenz.exe. If linking issues arise, please get in touch.
to execute it on multiple cores, run mpirun -n [number of cores] _build/default/src/lorenz.exe -d [results_directory] (where [results_directory] is where you want your results to be saved). Depending on the example file you are trying to execute, there might be additional command line arguments.
OpenBLAS installation
on certain operating systems linking errors to OpenBLAS can arise when installing owl. One solution to circumvent them is to install OpenBLAS from source (https://github.com/xianyi/OpenBLAS.git), and to then manually include the path to the OpenBLAS installation in LD_LIBRARY_PATH and PKG_CONFIG_PATH.