Skip to content

Commit

Permalink
Added new custom variants for icon
Browse files Browse the repository at this point in the history
* `cosp` [default: false]: To enable the COSP satellite emulator
  external.
  • Loading branch information
sylvaine committed Feb 12, 2025
1 parent 510b93c commit 5551fef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ class Icon(AutotoolsPackage, CudaPackage):
default=False,
description='Enable usage of the debug stream module ')

variant('cosp',
default=False,
description='Enable usage of the cosp (satellite emulator) module ')

# Optimization Features:
variant('loop-exchange', default=True, description='Enable loop exchange')
variant('vectorized-lrtm',
Expand Down Expand Up @@ -364,6 +368,7 @@ def configure_args(self):
'comin',
'lagtraj',
'dbgstream',
'cosp',
]:
args += self.enable_or_disable(x)

Expand Down

0 comments on commit 5551fef

Please sign in to comment.