Hi,
I have run the following commands to build and run an example:
$ python3.6 setup.py install --prefix=/home/mahmood/.local
$ cd examples/couette_flow_2d/
$ pyfr import couette_flow_2d.msh couette_flow_2d.pyfrm
$ pyfr run --progress -b cuda couette_flow_2d.pyfrm couette_flow_2d.ini
And I see some files such as couette_flow_2d-018.pyfrs in the directory.
Is that a normal run?
May I know what did I run?! I am actually working on GPUs and I am not an expert in CFD terminology.