<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div><br>
</div>
Pradeep,
<div><br>
</div>
<div>This file is used only when compiling with mpi turned off.</div>
<div><br>
</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF939298" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> nek5000-users-bounces@lists.mcs.anl.gov [nek5000-users-bounces@lists.mcs.anl.gov] on behalf of nek5000-users@lists.mcs.anl.gov [nek5000-users@lists.mcs.anl.gov]<br>
<b>Sent:</b> Wednesday, January 07, 2015 6:02 PM<br>
<b>To:</b> Nek5000<br>
<b>Subject:</b> [Nek5000-users] Nek MPI subroutine<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Hello,
<div><br>
</div>
<div>I don't understand the following subroutine in the Nek mpi_dummy.f file:</div>
<div><br>
</div>
<div>---------------------------------------------------------------------------------------------------------<br>
</div>
<div>
<div>      subroutine mpi_comm_rank ( comm, me, ierror )</div>
<div><br>
</div>
<div>      implicit none</div>
<div><br>
</div>
<div>      integer comm</div>
<div>      integer ierror</div>
<div>      integer me</div>
<div>      integer MPI_FAILURE</div>
<div>      parameter ( MPI_FAILURE = 1 )</div>
<div>      integer MPI_SUCCESS</div>
<div>      parameter ( MPI_SUCCESS = 0 )</div>
<div><br>
</div>
<div>      ierror = MPI_SUCCESS</div>
<div>      me = 0</div>
<div><br>
</div>
<div>      return</div>
<div>      end</div>
</div>
<div>---------------------------------------------------------------------------------------------------------<br>
</div>
<div><br>
</div>
<div style="">This will always return one. How does this give the rank of the process then? Can someone please explain the reason for this function?</div>
<div style=""><br>
</div>
<div style="">Thanks,</div>
<div style="">Pradeep</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>