HowTo work with COOLFluiD at the VKI

If you work at the von Karman Institute, the coolfluid dependencies are already installed in the VKI network. You only need to do:

$> module load coolfluid/openmpi

To be sure all is working, the following command should have a output similar to:

$> which mpic++
/software/ar/coolfluid/profiles/fedora9/x86_64/gcc-4.3.0/mpi/openmpi-1.3.2/bin/mpic++

VKI Public machines

To configure your coolfluid compilation on a public machine (Fedora9), just use the configuration template for VKI. Inside your coolfluid source directory do:

$> cp tools/conf/coolfluid.conf.vki coolfluid.conf

All the rest is the same.

VKI Cluster

To configure your coolfluid compilation on a VKI cluster (rocks5, etc...), just use the configuration template for 'vkiclust'. Inside your coolfluid source directory do:

$> cp tools/conf/coolfluid.conf.vkiclust coolfluid.conf

All the rest is the same.