Author Topic: Global Common Block  (Read 3526 times)

skang67

  • Jr. Member
  • **
  • Posts: 23
Global Common Block
« on: September 28, 2016, 10:40:00 AM »
Hello,

I realized that common block arrays are shared only between the elements in a partition on parallel FEAP.
Is there a way to share arrays between all the elements not only the elements in a current partition?
I would appreciate any feedback.


Soonpil



Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1165
Re: Global Common Block
« Reply #1 on: September 28, 2016, 12:44:12 PM »
In parFEAP, if you want to share information between processes, it needs to be passed using MPI calls.

skang67

  • Jr. Member
  • **
  • Posts: 23
Re: Global Common Block
« Reply #2 on: September 29, 2016, 08:39:49 AM »
Thank you so much. I will try that out.