The functionnality of applyCPPifdef() is currently restricted to : only #ifdef and #ifndef
There is a need to also treat the types of :
#if defined(MNH_BITREP) || defined(MNH_BITREP_OMP)
#if defined(MNH_COMPILER_CCE) && defined(MNH_BITREP_OMP)
#if !defined(MNH_BITREP) && !defined(MNH_BITREP_OMP)
for a future use on the whole code of MésoNH (example in src/MNH/advection_metsv.f90 openACC branch)
The functionnality of applyCPPifdef() is currently restricted to : only #ifdef and #ifndef
There is a need to also treat the types of :
#if defined(MNH_BITREP) || defined(MNH_BITREP_OMP)
#if defined(MNH_COMPILER_CCE) && defined(MNH_BITREP_OMP)
#if !defined(MNH_BITREP) && !defined(MNH_BITREP_OMP)
for a future use on the whole code of MésoNH (example in src/MNH/advection_metsv.f90 openACC branch)