ompbox9

所属分类:Windows编程
开发工具:matlab
文件大小:27KB
下载次数:189
上传日期:2009-10-07 20:01:12
上 传 者fangleyuan
说明:  batch-omp 是一种omp 的改进方法,比常规omp速度更快,而且不占用内存
(batch-omp is a imrovement of omp)

文件列表:
omp2.m (5519, 2009-04-12)
omp.m (4601, 2009-04-12)
ompdemo.m (2386, 2009-04-12)
ompspeedtest.m (1633, 2009-04-19)
ompver.m (7437, 2009-05-22)
faq.txt (1870, 2009-05-22)
private (0, 2009-05-22)
private\make.m (797, 2009-04-19)
private\myblas.c (5353, 2009-05-22)
private\myblas.h (6831, 2009-05-22)
private\omp2mex.c (3385, 2009-04-11)
private\omp2mex.m (896, 2009-04-12)
private\ompcore.c (14351, 2009-05-22)
private\ompcore.h (3122, 2009-04-11)
private\ompmex.c (2742, 2009-04-16)
private\ompmex.m (792, 2009-04-12)
private\ompprof.c (4523, 2009-04-12)
private\ompprof.h (3086, 2009-04-12)
private\omputils.c (1453, 2009-04-12)
private\omputils.h (2238, 2009-04-11)
private\printf.m (693, 2009-04-19)
Contents.m (559, 2009-04-19)

OMPBox v9 README May 21, 2009 OMPBox installation: -------------------- 1. Unpack the contents of the compressed file to a new directory, named e.g. "ompbox". 2. If you have not done so before, configure Matlab's MEX compiler by entering >> mex -setup prior to using MAKE. For optimal performance, it is recommended that you select a compiler that performs optimizations. For instance, in Windows, MS Visual Studio is preferred to Lcc. 3. Within Matlab, navigate to the OMPBox directory, and then to the "private" directory within it, and enter MAKE to run the compilation script. 4. Add the OMPBox package directory to the Matlab path (you can use the ADDPATH command for this). Do not add the private directory to the path. OMPBox quick start: ------------------- 1. Enter "ompdemo" at the Matlab command prompt to run a short demo of the package. 2. Enter "ompspeedtest" to test the speed of the various OMP implementations. 3. For a complete list of functions in the package, enter >> help ompbox This assumes the package was installed to a directory named "ompbox". If not, replace ompbox in the above with the (unqualified) name of the OMPBox installation directory. Also see faq.txt for some frequently asked questions about the package.

近期下载者

相关文件


收藏者