Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードでは、isize<16000 の場合は正常に実行され、それ以外の場合はハングします。isize を大きくできるように、バッファ/カウントのサイズを増やすにはどうすればよいですか? (はるかに大きい。3M のように)
isize=size(x) call MPI_BCAST(x,isize,MPI_REAL,0,MPI_COMM_WORLD,ierr)