Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve functionality of applyCPPifdef #20

Open
QuentinRodier opened this issue Mar 20, 2024 · 0 comments
Open

Improve functionality of applyCPPifdef #20

QuentinRodier opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@QuentinRodier
Copy link
Contributor

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)

@QuentinRodier QuentinRodier added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant