~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/pmi/simple/simple_pmiutil.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#  define PMIU_Assert(expr)
17
17
#endif
18
18
 
 
19
#if defined HAVE_ARPA_INET_H
 
20
#include <arpa/inet.h>
 
21
#endif /* HAVE_ARPA_INET_H */
 
22
 
19
23
 
20
24
/* prototypes for PMIU routines */
21
25
void PMIU_Set_rank( int PMI_rank );