代码搜索:PVM

找到约 139 项符合「PVM」的源代码

代码结果 139
www.eeworm.com/read/303435/3811607

makefile

# Makefile for ...su/main include $(CWPROOT)/src/Makefile.config # pvm RIOS directory on your system # all executables will go there for this code B = $(HOME)/pvm/RIOS J = ../include M = ../lib CF
www.eeworm.com/read/303435/3811652

bayes makefile.bayes

# Makefile.bayes -- additional configurations. BPVM = $(PVM_ROOT)/bin/$(PVM_ARCH) # Target flags for standard 'make' installs #IBTARGET = $$(@F) #PVMBTARGET = $$(@F).c # Target flags for 'GNU make'
www.eeworm.com/read/303435/3811655

makefile

# Makefile for ...cwp/main # Just say "make" include $(CWPROOT)/src/Makefile.config include ../Makefile.bayes CFLAGS = $(BAYESCFLAGS) BPVM=$(PVM_ROOT)/bin/$(PVM_ARCH) LFLAGS = $(PRELFLAGS) -L$L -l
www.eeworm.com/read/398811/7919658

aimk makefile.aimk

SHELL = /bin/sh PVMDIR = /usr/share/pvm3 SDIR = /home/amalcao/pvm3/bin/LINUXX86_64 BDIR = $(SDIR) XDIR = $(BDIR) CFLOPTS = -g CFLAGS = $(CFLOPTS) -I$(PVMDIR)/include $(ARCHCFLAG
www.eeworm.com/read/398811/7919664

c mandelbrot_slave.c

/** * The mandelbrot set PVM source code. * Author: Amal Cao * Since: Dec. 18th 2008 * GPL v2.0 */ #include #include #include #include #include "pvm
www.eeworm.com/read/303435/3811684

makefile

# Makefile for ...su/main include $(CWPROOT)/src/Makefile.config D = $L/libcwp.a $L/libpar.a $L/libsu.a B = . LFLAGS= -L$L -lsu -lpar -lcwp -lm -L$(PVM_ROOT)/lib/LINUX -lpvm3 PI= -I$(PVM_ROOT)/in
www.eeworm.com/read/303435/3811687

makefile

# Makefile for ...su/main include $(CWPROOT)/src/Makefile.config D = $L/libcwp.a $L/libpar.a $L/libsu.a B = . LFLAGS= -L$L -lsu -lpar -lcwp -lm -L$(PVM_ROOT)/lib/LINUX -lpvm3 PI= -I$(PVM_ROOT)/in
www.eeworm.com/read/303435/3811691

makefile

# Makefile for ...su/main include $(CWPROOT)/src/Makefile.config D = $L/libcwp.a $L/libpar.a $L/libsu.a B = . LFLAGS= -L$L -lsu -lpar -lcwp -lm -L$(PVM_ROOT)/lib/LINUX -lpvm3 PI= -I$(PVM_ROOT)/in
www.eeworm.com/read/303435/3811694

makefile

# Makefile for ...su/main include $(CWPROOT)/src/Makefile.config D = $L/libcwp.a $L/libpar.a $L/libsu.a B = . LFLAGS= -L$L -lsu -lpar -lcwp -lm -L$(PVM_ROOT)/lib/LINUX -lpvm3 PI= -I$(PVM_ROOT)/in
www.eeworm.com/read/234476/14111538

makefile

# Makefile for the example program. This file contains # rules for single processor machines (make DIRect) # and PVM and MPI versions (make DIRectpvm and DIRectmpi) # Alton Patrick, Joerg Gablonsky #