Skip to content

Commit

Permalink
[icon] Add variant realloc-buf (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxavier authored Jul 18, 2023
1 parent 3e8c3b0 commit 1bc2096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ class Icon(AutotoolsPackage, CudaPackage):
default='no',
values=('openacc+cuda', 'no'),
description='Enable GPU support')
variant('realloc-buf',
default=False,
description='Enable reallocatable communication buffer')
variant('grib2', default=False, description='Enable GRIB2 I/O')
variant('parallel-netcdf',
default=False,
Expand Down Expand Up @@ -305,6 +308,7 @@ def configure_args(self):
'async-io-rma',
'mpi-gpu',
'openmp',
'realloc-buf',
'grib2',
'parallel-netcdf',
'sct',
Expand Down

0 comments on commit 1bc2096

Please sign in to comment.