FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
dependencies_config Struct Reference

Specification for initializing underlying libraries. More...

Public Attributes

Kokkos::InitializationSettings kokkos
 Configuration for Kokkos.
 
argv mpi
 Command line for MPI.
 

Detailed Description

Specification for initializing underlying libraries.

Member Data Documentation

◆ mpi

argv mpi

Command line for MPI.

◆ kokkos

Kokkos::InitializationSettings kokkos

Configuration for Kokkos.

Present only if support for it is enabled and Legion is not in use (since it initializes Kokkos itself).

See also
Kokkos documentation