~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to include/fpvm3.h

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
c
2
 
c $Id: fpvm3.h,v 1.12 1998/10/02 15:09:45 pvmsrc Exp $
 
2
c $Id: fpvm3.h,v 1.15 2000/02/10 23:53:08 pvmsrc Exp $
3
3
c
4
4
 
5
5
c  -------------------------------------------------------------------
34
34
c     fpvm3.h
35
35
c
36
36
c     Definitions to be included with
37
 
c     User's Fortran application
 
37
c     User Fortran application
38
38
c     ----------------------------------
39
39
 
40
40
      integer PVMTASKDEFAULT, PVMTASKHOST, PVMTASKARCH, PVMTASKDEBUG
58
58
      integer PVMMBOXDEFAULT, PVMMBOXPERSISTENT, PVMMBOXMULTIINSTANCE
59
59
      integer PVMMBOXOVERWRITABLE, PVMMBOXFIRSTAVAIL
60
60
      integer PVMMBOXREADANDDELETE, PVMMBOXWAITFORINFO
61
 
      integer STRING, BYTE1, INTEGER2, INTEGER4
 
61
      integer STRING, BYTE1, INTEGER2, INTEGER4, INTEGER8
62
62
      integer REAL4, COMPLEX8, REAL8, COMPLEX16
63
63
 
64
64
      integer PvmOk, PvmSysErr, PvmBadParam, PvmMismatch
70
70
      integer PvmDupHost, PvmCantStart, PvmAlready, PvmNoTask
71
71
      integer PvmNoEntry, PvmDupEntry, PvmOverflow, PvmDenied
72
72
      integer PvmNotFound, PvmExists, PvmHostrNMstr, PvmParentNotSet
 
73
      integer PvmIPLoopback
73
74
 
74
75
c     --------------------
75
76
c     spawn 'flag' options
127
128
      parameter( COMPLEX8 = 5)
128
129
      parameter( REAL8    = 6)
129
130
      parameter( COMPLEX16= 7)
 
131
      parameter( INTEGER8 = 8)
130
132
 
131
133
c     --------------------------------
132
134
c     setopt/getopt options for 'what'
223
225
      parameter( PvmExists       = -33)
224
226
      parameter( PvmHostrNMstr   = -34)
225
227
      parameter( PvmParentNotSet = -35)
 
228
      parameter( PvmIPLoopback   = -36)
226
229
 
227
230
c     --------------------------
228
231
c     these are going away in the next version.