Hi there, I know nothing about fortran but one of my friends ask me to parallelize his fortran code. He got three arrays which need to be sent to other process. I wonder besides using Pack and UnPack, is there any other way to send all three array once ? Thanks in advance.