Closed reguly closed 3 years ago
I am getting the following with the Fortran code-gen :
Traceback (most recent call last):
File "/rr-home/gihan/OP2-Common/translator/fortran/python/op2_fortran.py", line 1044, in
C/C++ tests are passing without issue
Ok that fixed the issue in codegen. However I am seen the following runtimes: =======================> Running Airfoil Fortran Plain DP built with PGI Compilers /rr-home/gihan/OP2-Common/apps/fortran/airfoil/airfoil_plain/dp
./airfoil_seq OP_MAPS_BASE_INDEX=0 Max total runtime = 559.7012250423431 seconds This test is considered PASSED
./airfoil_cuda OP_MAPS_BASE_INDEX=0 Max total runtime = 654.5445818901062 seconds This test is considered PASSED
./airfoil_openmp OP_MAPS_BASE_INDEX=0 Max total runtime = 10.82673501968384 seconds This test is considered PASSED
The CUDA time is very poor. Could it be my dummy group halo exchanges I did for non-mpi backends ? Sorry I am pinging problems without checking, but thought you might have a quick idea of whats happening.
ok that fixed the performance issue. I am going to run this over with our Hydra test and give the final approval !
Required for Hydra GPU fixes