Merge branch 'MPI-print-disable' into 'development'

don't open closed units (MPI)

See merge request damask/DAMASK!240
This commit is contained in:
Philip Eisenlohr 2020-09-29 16:31:17 +02:00
commit 14831842b0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ subroutine DAMASK_interface_init
print'(/,a)', ' <<<+- DAMASK_interface init -+>>>'
open(OUTPUT_unit, encoding='UTF-8') ! for special characters in output
if(worldrank == 0) open(OUTPUT_UNIT, encoding='UTF-8') ! for special characters in output
! http://patorjk.com/software/taag/#p=display&f=Lean&t=DAMASK%203
#ifdef DEBUG