got random errors 'O not found'

might be related to use of pointers in openMP. Not nice, but openMP
during initialization is not really required
This commit is contained in:
Martin Diehl 2021-02-28 20:10:12 +01:00
parent ef543a5b49
commit ae57ba9707
1 changed files with 0 additions and 2 deletions

View File

@ -279,7 +279,6 @@ module subroutine mechanical_init(materials,phases)
endif
!$OMP PARALLEL DO PRIVATE(ph,me,material,constituents,constituent)
do el = 1, size(material_phaseMemberAt,3); do ip = 1, size(material_phaseMemberAt,2)
do co = 1, homogenization_Nconstituents(material_homogenizationAt(el))
material => materials%get(discretization_materialAt(el))
@ -305,7 +304,6 @@ module subroutine mechanical_init(materials,phases)
enddo
enddo; enddo
!$OMP END PARALLEL DO
! initialize plasticity