Hi,
When I look at the couette_flow_2d.ini
, I see that the backend-openmp
is blank. Also there is no [backend-cuda]
entry. So, is the command
$ pyfr run -b cuda -p couette_flow_2d.pyfrm couette_flow_2d.ini
correct?
Regards,
Mahmood
Hi,
When I look at the couette_flow_2d.ini
, I see that the backend-openmp
is blank. Also there is no [backend-cuda]
entry. So, is the command
$ pyfr run -b cuda -p couette_flow_2d.pyfrm couette_flow_2d.ini
correct?
Regards,
Mahmood
Hi,
Default settings are used when none are specified in the .ini file. You can see the defaults by looking at the source for pyfr.backends.cuda.base
Regards,
Simon.