Goddard-Fortran-Ecosystem / pFlogger

A parallel Fortran logger (based on the design of the Python logger)
Other
18 stars 8 forks source link

build a pflogger stub lib #57

Closed weiyuan-jiang closed 3 years ago

weiyuan-jiang commented 3 years ago

We can build an empty pflogger library if WITH_PFLOGGER is off. The MAPL will keep the same. However, there is another choice by moving pflogger_stub.F90 , WrapArray.F90 and relative .h file to MAPL. The option WITH_PFLOGGER can be turned on or off in MAPL.

weiyuan-jiang commented 3 years ago

closed. The stub is build in MAPL