199 | | 4. Open your .palm.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used. Moreover, add the path to the library to {{{%fopts}}} and {{{%lopts}}}, e.g. (here for lcmuk) |
200 | | {{{ |
201 | | %fopts -fpe0 -O3 -cpp -fp-model source -I /home/user/lib/rrtmg/shared/include lcmuk parallel rrtmg |
202 | | %lopts -fpe0 -O3 -cpp -fp-model source -L/home/user/lib/rrtmg/shared/lib -lrrtmg lcmuk parallel rrtmg |
| 199 | 4. Open your .palm.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used. Moreover, add the path to the library to {{{%compiler_options}}} and {{{%linker_options}}}, e.g. |
| 200 | {{{ |
| 201 | %compiler_options <...> -I /home/user/lib/rrtmg/shared/include |
| 202 | %linker_options <...> -L/home/user/lib/rrtmg/shared/lib -lrrtmg |