<div dir="ltr"><div>Hello,<br></div>I installed petsc today in our new cluster environment, everything looked fine except for several mpi related deprecated function warnings such as below:<br><div><div><br>/data/asclepios/user/bkhanal/softwares/petsc/src/sys/objects/pname.c: In function ‘PetscErrorCode PetscObjectName(PetscObject)’:<br>/data/asclepios/user/bkhanal/softwares/petsc/src/sys/objects/pname.c:128:12: warning: ‘int MPI_Attr_get(MPI_Comm, int, void*, int*)’ is deprecated (declared at /opt/openmpi/gcc/current/include/mpi.h:1227): MPI_Attr_get is superseded by MPI_Comm_get_attr in MPI-2.0 [-Wdeprecated-declarations]<br>     ierr = MPI_Attr_get(obj->comm,Petsc_Counter_keyval,(void*)&counter,&flg);CHKERRQ(ierr);<br>    <br><br></div><div>When I ran make test after installation, I got the following results:<br><br>Running test examples to verify correct installation<br>Using PETSC_DIR=/data/asclepios/user/bkhanal/softwares/petscInstalledDebug and PETSC_ARCH=<br>Possible error running C/C++ src/snes/examples/tutorials/ex19 with 1 MPI process<br>See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>No protocol specified<br>No protocol specified<br>lid velocity = 0.0016, prandtl # = 1, grashof # = 1<br>Number of SNES iterations = 2<br>Possible error running C/C++ src/snes/examples/tutorials/ex19 with 2 MPI processes<br>See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>No protocol specified<br>No protocol specified<br>lid velocity = 0.0016, prandtl # = 1, grashof # = 1<br>Number of SNES iterations = 2<br>Possible error running Fortran example src/snes/examples/tutorials/ex5f with 1 MPI process<br>See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br>No protocol specified<br>No protocol specified<br>Number of SNES iterations =     4<br>Completed test examples<br>=========================================<br><br></div><div>I also tested one of my  codes with  this new setup. It seems to give me correct results but the output also displays No protocol specified (twice). <br></div><div><br>Is this a mere warning or should I worry about it ?<br><br></div><div>Thanks,<br></div><div>Bishesh<br></div></div></div>