Skip to content

HOWTO quickly activate disabled plugins

Andrea Lani edited this page Jul 10, 2015 · 5 revisions

Edit the coolfluid.conf and activate all plugins you want to compile, for example:

lib_Example = on

Then edit the file CMakeCache.txt inside your BUILD folder (e.g. YOUR_COOLFluiD/.../optim) and activate the following corresponding variables (previously set to OFF):

CF_BUILD_Example:BOOL=ON

CF_COMPILES_Example:UNINITIALIZED=ON

After that, when you compile with make, the selected libraries will also be compiled.

Contacts

Home

Gallery

HOWTO

2019 NASA Ames presentation

2014 NASA Ames presentation


parallel computations of complex problems

Parallel mesh decomposition


Scalability in large scale simulation

High-performance computing (strong scaling on NASA Pleiades for 1/2 billion-cells 3D grid)


Modeling of high-speed reacting flows and plasma

Chemically reacting flows and plasma


Numerical Schlieren of turbulent flow on wing computed with RDS-LES

Complex all-speed flow simulations

Clone this wiki locally