File: shared_compile.patch

package info (click to toggle)
lam 7.1.4-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,404 kB
  • sloc: ansic: 156,541; sh: 9,991; cpp: 7,699; makefile: 5,621; perl: 488; fortran: 260; asm: 83
file content (27 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: rpi_tcp.c
===================================================================
RCS file: /afs/nd.edu/user1/lsc/CVSROOT/lam/trillium/share/rpi/tcp/rpi_tcp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -r1.5 -r1.6
7c7
<  *	$Id: rpi_tcp.c,v 1.5 2001/02/13 00:41:43 arodrig6 Exp $
---
>  *	$Id: rpi_tcp.c,v 1.6 2001/04/16 12:28:54 jsquyres Exp $
12a13,25
> 
> #if !LAM_RPI_TCP
> 
> /* If we're not compiling the TCP RPI (e.g., it's one of the others
>    that is only linking in this RPI so that it can be used for
>    off-node communication), then effectively ignore this module. */
> 
> int lam_rpi_tcp_c_bogus_module = 1;
> 
> #else
> 
> /* Otherwise, compile in the whole module. */
> 
1198a1212,1213
> 
> #endif /* LAM_RPI_TCP */