Skip to content

Commit

Permalink
add: strange yac flag for nvhpc
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Feb 9, 2024
1 parent 7f889e9 commit f398aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def configure_args(self):
config_vars['CFLAGS'].extend(['-g', '-O2'])
config_vars['FCFLAGS'].extend(
['-g', '-O', '-Mrecursive', '-Mallocatable=03', '-Mbackslash'])
config_vars['ICON_YAC_CFLAGS'].append("-D'is_contiguous(arg)=.TRUE.'")

if self.spec.variants['gpu'].value == 'openacc+cuda':
config_vars['FCFLAGS'].extend([
Expand Down

0 comments on commit f398aa4

Please sign in to comment.