{phys}[foss/2023b] OpenLB v1.8.1, tinyxml2 v10.0.0#24334
{phys}[foss/2023b] OpenLB v1.8.1, tinyxml2 v10.0.0#24334ocaisa merged 9 commits intoeasybuilders:developfrom
Conversation
Updated software
|
…ore-13.2.0.eb Adding an easyconfig for [OpenLB](https://www.openlb.net), a C++ open-source lattice Boltzmann library that addresses a vast range of multi-physics transport problems, e.g. in computational fluid dynamics. Examples can be built manually after installation using one of the makefiles provided in the `examples` folder. For example: ``` module load OpenLB cp -r $OLB_ROOT/examples/adsorption/adsorption3d . cd adsorption3d make ```
|
Made a PR with potential changes The fact that we cannot enable features when building OpenLB itself but it has to be turned on by the packages using it is fairly non-standard. We will also most likely have to patch the configuration files that every project using |
…lable feature/flags in the `config.mk` file
Co-authored-by: Loris Ercole <[email protected]>
|
Test report by @ocaisa |
|
@boegelbot please test @ jsc-zen3 |
|
@ocaisa: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 4067931276 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
Adding an easyconfig for OpenLB, a C++ open-source lattice Boltzmann library that addresses a vast range of multi-physics transport problems, e.g. in computational fluid dynamics.
Examples from the main repository can be compiled by simply commenting the hard-coded
OLD_ROOTin theMakefiles inside each example folderFor example: