Merge branch 'MPI-print-disable' into 'development'
don't open closed units (MPI) See merge request damask/DAMASK!240
This commit is contained in:
commit
14831842b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue