39 | | 4. Open your .mrun.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used. |
| 39 | 4. Open your .mrun.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 lccrayh) |
| 40 | {{{ |
| 41 | %fopts -fpe0:-O3:-cpp:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291:-I:/home/user/lib/rrtmg/shared/include lcmuk parallel rrtmg |
| 42 | %lopts -fpe0:-O3:-cpp:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291:-L/home/user/lib/rrtmg/shared/lib:-lrrtmg lcmuk parallel rrtmg |
| 43 | }}} |
| 44 | when a shared RRTMG library was installed under /home/user/lib/rrtmg. A template file including hosts lcmuk and lccrayh/lccrayb are available [http://palm.muk.uni-hannover.de/browser/palm/trunk/SCRIPTS/.mrun.config.imuk_hlrnIII_rrtmg here] |
| 45 | |