If common block can be used in UMAT for parallel computing
Hello everyone
I wrote some codes with umat recently . They can work well with single CPU. However, the results become very bad for several CPUs.
I define a matrix with COMMON BLOCK and it seems that COMMON BLOCK can not be used for parallel computing. Are there any ways to resolve this problem?
I am not familiar with fortran.Someone told me that the matrix should be defined by MODULE. I don't know about this.
Please give some helps to me
regards,
Wang