代码搜索:PVM
找到约 139 项符合「PVM」的源代码
代码结果 139
www.eeworm.com/read/327242/13092465
linux_sse2 makefile.linux_sse2
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
#
# Dec 8, 2005 - with gcc4.0.2 (or .1) under Redhat Linux Fedora FC4 -03 breaks the alignment code
#
CC= gcc -g -O -msse2 -ffast
www.eeworm.com/read/327242/13092487
sun_x86 makefile.sun_x86
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
# switches for 64-bit addressing - AMD64
CC= cc -g -fast -m64
# debugging options
#CC= cc -g -DDEBUG -xarch=amd64
# for SUNMP, use
www.eeworm.com/read/327242/13092664
linux_icc makefile.linux_icc
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
#
# Dec 8, 2005 - with gcc4.0.2 (or .1) under Redhat Linux Fedora FC4 -03 breaks the alignment code
#
CC= icc -g -O3
#CC = gcc -g
www.eeworm.com/read/327242/13092237
linux_icc_sse2 makefile.linux_icc_sse2
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
#
# Dec 8, 2005 - with gcc4.0.2 (or .1) under Redhat Linux Fedora FC4 -03 breaks the alignment code
#
CC= icc -g -O3 -msse2
#CC =
www.eeworm.com/read/327242/13092499
os_x86 makefile.os_x86
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
# $Name: fa35_03_06 $ - $Id: Makefile.os_x86,v 1.20 2008/01/25 12:51:42 wrp Exp $
#
# 12-Dec-2007 - modified to allow compilation of
www.eeworm.com/read/462399/6344177
c mandelbrot_master.c
/*
* Mandlebrot Sets
*/
#include
#include
#include
#include
#include
#include
#include "pvm3.h"
#define X_RESN 80
www.eeworm.com/read/327242/13092218
sun makefile.sun
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#CC= cc -g -xarch=v8plusa
# switches for 64-bit addressing
CC= cc -fast -xO4 -xarch=v9
#CC= cc -g -xarch=v9
# for SUNMP, use -DTHR
www.eeworm.com/read/327242/13092367
3 readme.mpi_3.3
$Name: fa35_03_06 $ - $Id: readme.mpi_3.3,v 1.6 2007/06/29 20:23:58 wrp Exp $
20-August-2001
This file is obsolete - see readme.v34t0, readme.v33t0, and
readme.pvm_3.4 for more up-to-date informat
www.eeworm.com/read/367675/2839832
txt 251.txt
发信人: ddren (无声的雨), 信区: DataMining
标 题: Re: 请问数据挖掘和大规模并行数据挖掘
发信站: 南京大学小百合站 (Thu Apr 4 10:11:48 2002), 站内信件
最近两年并行数据挖掘是研究热点
不过我看过的论文都是用<mark>PVM</mark>实现并行的
我不懂什么时cluster机
可否给讲一讲啊?
是聚类机么?
【 在 yeli (旗手) ...