check_compile_options: Check a list of rkeops compile options provided in input
Description
The function check_compile_options checks the validity of rkeops compile
options provided in input as a list.
Usage
check_compile_options(options)
Value
None
Arguments
options
a list (of class rkeops_compile_options) with the
following named elements rkeops_dir, build_dir, src_dir, precision,
verbosity, use_cuda_if_possible, col_majordebug.
Author
Ghislain Durif
Details
Refer to compile_options() for a detailed description of
these options.