Searched refs:PVM (Results 1 – 8 of 8) sorted by relevance
/external/ltp/tools/netpipe-2.4/ |
D | Makefile | 60 PVM: NPpvm target 63 NPpvm: NPpvm.o PVM.o 64 $(CC) $(CFLAGS) NPpvm.o PVM.o -o NPpvm -L$(PVM_HOME)/lib/$(PVM_ARCH)/ -lpvm3 $(EXTRA_LIBS) 69 PVM.o: PVM.c PVM.h $(INCLUDES) 70 $(CC) $(CFLAGS) -DPVM -I$(PVM_HOME)/include -c PVM.c
|
D | README | 63 Berkeley sockets interface), MPI, and PVM. If you do not have MPI or 64 PVM, don't worry; TCP is the typical shim used. It should be easy to 66 by the TCP, MPI and PVM interfaces. 71 as the CFLAGS compiler flags, required extra libraries, and MPI or PVM 78 command "make TCP", "make MPI", or "make PVM" as appropriate, 83 over TCP, MPI, or PVM, and the following section on interpreting the 173 First, start PVM with the command "pvm" on one machine and a second 174 machine with the PVM command "add <othermachine>", where 176 test. Exit the PVM command line interface. Start the receiver 186 This option has no effect on PVM [all …]
|
D | netpipe.h | 49 #elif defined(PVM)
|
D | netpipe.c | 161 #if defined(TCP) || defined(PVM) in main()
|
/external/ltp/tools/netpipe-2.4-ipv6/ |
D | Makefile | 60 PVM: NPpvm target 63 NPpvm: NPpvm.o PVM.o 64 $(CC) $(CFLAGS) NPpvm.o PVM.o -o NPpvm -L$(PVM_HOME)/lib/$(PVM_ARCH)/ -lpvm3 $(EXTRA_LIBS) 69 PVM.o: PVM.c PVM.h $(INCLUDES) 70 $(CC) $(CFLAGS) -DPVM -I$(PVM_HOME)/include -c PVM.c
|
D | README | 63 Berkeley sockets interface), MPI, and PVM. If you do not have MPI or 64 PVM, don't worry; TCP is the typical shim used. It should be easy to 66 by the TCP, MPI and PVM interfaces. 71 as the CFLAGS compiler flags, required extra libraries, and MPI or PVM 78 command "make TCP", "make MPI", or "make PVM" as appropriate, 83 over TCP, MPI, or PVM, and the following section on interpreting the 173 First, start PVM with the command "pvm" on one machine and a second 174 machine with the PVM command "add <othermachine>", where 176 test. Exit the PVM command line interface. Start the receiver 186 This option has no effect on PVM [all …]
|
D | netpipe.h | 50 #elif defined(PVM)
|
D | netpipe.c | 212 #if defined(TCP) || defined(PVM) in main()
|