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.
我在 fortran-90 框架中使用 MPI。
我想在一个文件中写入从不同处理器计算的所有数据。我还想以可读格式而不是二进制格式写入数据。此时此刻,在我的程序中,每个处理器编写一个不同的文件。因此,我有另一个后处理程序来读取文件以创建单个文件。
在这里,具体问题:
1) 可以使用 MPI-IO 选项编写格式化文件吗?
2)我可以在哪里学习?
在此先感谢您,
此致