File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717File Description:
1818class and functions for handing setup and running of CLEO via python bindings adapted from
1919CLEO v0.44.0 python_bindings example.
20- NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. is python bindings are
21- built in $HOME/superdrops-in-action/cleo_1dkid/ build/, do:
22- export PYCLEO_DIR=$HOME/superdrops-in-action/cleo_1dkid/ build/pycleo/
20+ NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. if python bindings are
21+ built in $HOME/superdrops-in-action/build/, do:
22+ export PYCLEO_DIR=$HOME/superdrops-in-action/build/pycleo/
2323"""
2424
2525import os
Original file line number Diff line number Diff line change 1717File Description:
1818wrapper function for an instance of CleoSDM microphysics ccheme so it can be used by
1919generic test cases and run scripts.
20- NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. is python bindings are
21- built in $HOME/superdrops-in-action/cleo_1dkid/ build/, do:
22- export PYCLEO_DIR=$HOME/superdrops-in-action/cleo_1dkid/ build/pycleo/
20+ NOTE: To use the wrapper, you must first export "PYCLEO_DIR". E.g. if python bindings are
21+ built in $HOME/superdrops-in-action/build/, do:
22+ export PYCLEO_DIR=$HOME/superdrops-in-action/build/pycleo/
2323"""
2424
2525import os
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ executables=${4:-"pycleo"} # list of executables to compile
1717
1818# CLEO (openmp with gcc compiler) extra build parameters
1919cleo_build_flags=${6:- " -DCLEO_COUPLED_DYNAMICS=" numpy" \
20- -DCLEO_PYTHON=/work/bm1183/m300950/bin/envs/microtestsenv /bin/python" } # CLEO_BUILD_FLAGS
20+ -DCLEO_PYTHON=/work/bm1183/m300950/bin/envs/superdrops-in-action /bin/python" } # CLEO_BUILD_FLAGS
2121
2222# Necessary Levante packages
2323levante_gcc=" gcc/11.2.0-gcc-11.2.0" # bcn7mbu # module load
You can’t perform that action at this time.
0 commit comments