Skip to content

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.

Prerequisites

MCFC

Nothing to build, we'll use the generated code from tests/expected/op2

OP2-Common

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.

OP2_ROSE_Fortran

Clone this wiki locally