I have a C++ programme in MPI-environment which reads its Input from a file previously made by another C++ programme , but now I face a problem , the new programme can't read that data from the existing file , I think since these 2 programmes are compiled with 2 different compilers , the problem could come from that point , so whether my idea is true or not ,please tell me how can I solve this problem .
Thank u .
I am waiting for ur reply .
|