NTUSTCFDLAB icon indicating copy to clipboard operation
NTUSTCFDLAB copied to clipboard

3d Finite Volume Method based coded with hybrid OpenMP/MPI

Results 1 NTUSTCFDLAB issues
Sort by recently updated
recently updated
newest added

In the file `solver.f90` at lines 81 and 125 appears this block: ```FORTRAN !$OMP PARALLEL DO do i=1,n; norm=norm+r(i)*r(i); end do !$OMP END PARALLEL DO ``` There is a data...