<div dir="ltr"><div><div><div><div><div><div>Hi<br><br></div>I have complied parallel-netcdf-1.3.1 both on my ubuntu machine as well as my account on the lab cluster. <br><br></div>I used :<br>./configure --with-mpi=/path/to/mpi --disable-fortran --prefix=/path/to/pnetcdf<br>
</div>make<br></div>make install<br><br></div>Installation completed without any errors. <br></div><div>To check I compiled examples in  /path/to/pnetcdf/examples/tutorial using make.<br></div><div>Then,I tried running the executable :<br>
<br> ./pnetcdf-write-standard <a href="http://abc.nc">abc.nc</a><br><br></div><div>It generated the file <a href="http://abc.nc">abc.nc</a> and I can read it using ncmpidump.<br></div><div>But when I did the same on my account on the lab sever, it gave the following error :<br>
<br> 0: MPI_File_open : MPI_ERR_OTHER: known error not in list<br>Error at line 60: Can not open/create file<br>--------------------------------------------------------------------------<br>MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD <br>
with errorcode 1.<br><br>NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.<br>You may or may not see output from other processes, depending on<br>exactly when Open MPI kills them.<br>--------------------------------------------------------------------------<br>
<br clear="all"><div><div><div>I cannot figure out why it is working on my machine but on on my lab account on the cluster. <br>Thank you for helping.<br><br><br>Aroma</div></div></div></div></div>