PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I compile simply with ifort /c /Qopenmp test3.f90 link with link test3.obj and run with test3 The reason why Test3.f90 is as it is, is because the typical sort of loop in my 'big' program looks alike: Code: Select alldo k=1,Nz do j=1,Ny do i=1,Nx c(i,j,k)=a(i,j,k)*b(i,j,k)+ other matrix elements - other matrix elements enddo enddo enddo- Is this type of loop structure impeding the use of OpenMP an
http://www.w3.org/ns/prov#wasQuotedFrom
  • openmp.org