<div dir="ltr">


        
        
        
        


<p style="margin-bottom:0cm;line-height:100%">Hi Nekers,<br></p><p style="margin-bottom:0cm;line-height:100%">In my current
simulation, I am defining an array containing parameters that are
shared between several processors. I have tried to do this in the
usercheck subroutine, with a COMMON statement. However, the COMMON
statement enables saving the parameters between two successive calls
of the usercheck by the same processor, but does not enable to share
a variable between two processor. In other words, if I modify the
variable a on the processor 1, the variable a on the processor 2 will
not be modified, which is not what I want. Any idea on how to do that?</p><p style="margin-bottom:0cm;line-height:100%">Thanks for your
help,</p><p style="margin-bottom:0cm;line-height:100%">Oscar Valdorez

</p></div>