Merge branch 'use-openMP-module' into 'development'

using the module is the recommended approach

See merge request damask/DAMASK!582
This commit is contained in:
Daniel Otto de Mentock 2022-05-17 12:57:15 +00:00
commit 85fa92ee1f
1 changed files with 1 additions and 1 deletions

View File

@ -208,9 +208,9 @@ subroutine hypela2(d,g,e,de,s,t,dt,ngens,m,nn,kcus,matus,ndi,nshear,disp, &
use discretization_Marc
use homogenization
use materialpoint_Marc
use OMP_LIB
implicit none
include "omp_lib.h" ! the openMP function library
integer, intent(in) :: & ! according to MSC.Marc 2012 Manual D
ngens, & !< size of stress-strain law
nn, & !< integration point number