This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:palabos [2022/05/13 14:20] ccrosby [Instructions] |
howto:palabos [2022/05/13 14:59] (current) ccrosby [Instructions] |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| - Source the OpenFOAM environment | - Source the OpenFOAM environment | ||
| - Load the cmake module | - Load the cmake module | ||
| - | - Run cmake | + | - Run '' |
| - | - Run make | + | - Run '' |
| === Compile script === | === Compile script === | ||
| Line 73: | Line 73: | ||
| If your OpenFOAM environment is still valid, you can run your aneurysm example on a single node with the following instruction: | If your OpenFOAM environment is still valid, you can run your aneurysm example on a single node with the following instruction: | ||
| - | < | + | < |
| To run the code as a PBS batch job over several nodes, you can use this script: | To run the code as a PBS batch job over several nodes, you can use this script: | ||
| Line 101: | Line 101: | ||
| mpirun -iface ib0 -np $nproc $exe param.xml > run.out | mpirun -iface ib0 -np $nproc $exe param.xml > run.out | ||
| </ | </ | ||
| + | |||
| + | === Post-processing === | ||
| + | Palabos does not come with built-in post-processing tools. | ||
| + | < | ||
| + | chpc/ | ||
| + | chpc/ | ||
| + | </ | ||
| + | |||
| + | Load one of these modules if you need ImageMagick. | ||
| + | |||
| + | VTK files can be displayed with [[https:// | ||