I'm running the examples given in the PyFR GitHub repo. To run with OpenMP I use the following command:
$ pyfr run -b openmp -p couette_flow_2d.pyfrm couette_flow_2d.ini To run with CUDA I use this command: $ pyfr run -b cuda -p couette_flow_2d.pyfrm couette_flow_2d.ini When running the examples, I noticed that the [backend-openmp] and [backend-cuda] sections can be removed from the configuration ini file and the example will still run. So is it optional to define the backend in the config file? If the backend is not parameterized in the config file then does PyFR assume some defaults to use for that backend? -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyfrmailinglist/ed899f17-d970-48e7-a3a3-a05bc00d6527n%40googlegroups.com.
