Error: CUDAERROR euler with MPI

Hello everyone!
I have started to use pyfr in my college cluster, when executed following code :
< mpiexec -n 2 pyfr run -b cuda -p euler_vortex_2d.pyfrm euler_vortex_2d.ini >
Got error as shown in the image below.
<using CUDA/11.0>
Could not understand how to solve this error.
Any suggestions please.

Thank you and regards,
Manu.

The Euler vortex test case is originally for a single partition, did you re-partition it for two?

No, I partitioned it once.
using following command:
<pyfr partition 2 euler_vortex_2d.pyfrm .>

Ok, can you provide more of the traceback?

please find the images of tracebacks.


Regards,
Manu.

Does a single rank simulation work?

Can you confirm if other CUDA applications work?

Regards, Freddie.