Writing the same struct twice results in slightly different data blocks in binary file

前端 未结 0 1717
深忆病人
深忆病人 2020-12-14 02:25

I have the following simple MPI code:

#include 
#include 

int main() {
    struct test {
        int rank = 1;
        double be         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题