Errors are raised when trying to compile tabulated rates (like with the urca problem) with CUDA.
Reproduce:
Compile the unit_test/test_react problem with make -j USE_CUDA=TRUE NETWORK_DIR=ignition_reaclib/URCA-simple
Result:
../../networks/ignition_reaclib/URCA-simple/table_rates_data.cpp(11): error: dynamic initialization is not supported for a __managed__ variable
../../networks/ignition_reaclib/URCA-simple/table_rates_data.cpp(16): error: dynamic initialization is not supported for a __managed__ variable
Errors are raised when trying to compile tabulated rates (like with the urca problem) with CUDA.
Reproduce:
Compile the
unit_test/test_react
problem withmake -j USE_CUDA=TRUE NETWORK_DIR=ignition_reaclib/URCA-simple
Result: