-
Notifications
You must be signed in to change notification settings - Fork 48
MCFC OP2 Fluidity tool chain
kynan edited this page May 31, 2012
·
7 revisions
This page gives a rough overview of how to run OP2 Fluidity tests.
- https://github.com/OP2/OP2-Common (temporary-dats branch)
- https://github.com/OP2/OP2_ROSE_Fortran (cpp-matrices branch)
- https://github.com/gmarkall/manycore_form_compiler (op2-assembly branch)
- https://code.launchpad.net/~fluidity-core/fluidity/op2-testing
Nothing to build, we'll use the generated code from tests/expected/op2
On a recent Ubuntu system cd op2/c && ./cmake.local
should "just work". Since currently only the OP2 sequential and CUDA backends are supported, you can disable the others by running ./cmake.local -DOP2_WITH_HDF5=OFF -DOP2_WITH_MPI=OFF -DOP2_WITH_OPENMP=OFF
. For more detailed build instructions, refer to op2/c/README
.