Next version of JABA
[jabaws.git] / binaries / src / fasta34 / msg.h
1 /* Concurrent read version */
2
3 /* $Name: fa_34_26_5 $ - $Id: msg.h,v 1.9 2006/03/17 18:34:59 wrp Exp $ */
4
5 /* Cube definitions */
6
7 #ifdef PVM_SRC
8 #define FIRSTNODE       1
9 #define FIRSTWORK       1
10 #else
11 #define FIRSTNODE       1
12 #define FIRSTWORK       1
13 #endif
14
15 #define MAXNOD          128
16 #define ALLTYPES        -1
17 #ifdef IPSC2
18 #define HOSTPID         99
19 #define MANAGEPID       100
20 #define WORKPID         101
21 #else
22 #define HOSTPID         0
23 #define MANAGEPID       0
24 #define WORKPID         0
25 #endif
26 #define MANAGER         0
27 #define ALLNODES        -1
28 #define ALLPIDS         -1
29 #define STARTTYPE0      0
30 #define STARTTYPE1      1
31 #define STARTTYPE2      2
32 #define STARTTYPE3      3
33 #define STARTTYPE4      4
34 #define STARTTYPE5      5
35 #define STARTTYPE6      6
36 #define PARAMTYPE       7
37 #define HSEQTYPE        3
38 #define MSEQTYPE        4
39 #define ONETYPE         5
40 #define TWOTYPE         6
41 #define MSEQTYPE0       7
42 #define MSEQTYPE1       8
43 #define MSEQTYPE2       8
44 #define LISTTYPE        10
45 #define LISTRTYPE       11
46 #define CODERTYPE       12
47 #define ALN1TYPE        21
48 #define ALN2TYPE        22
49 #define ALN3TYPE        23
50 #define FINISHED        16384   /* this must be larger than BFR */
51
52 #define DO_SEARCH_FLG 0
53 #define DO_OPT_FLG 1
54 #define DO_ALIGN_FLG 2
55 #define DO_CALC_FLG 3