gaussian-elimination-pthreads-openmp

时间:2021-05-02 23:39:19
【文件属性】:
文件名称:gaussian-elimination-pthreads-openmp
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-02 23:39:19
C 高斯消除 该程序是一个C实现,可使用OpenMP,Pthread和提高高斯消除代码的性能 您可以使用Makefile编译所有内容并运行创建的对象。 $ make 有一个带有别名的脚本,用于运行程序。 您可以输入: $ source script.sh 然后,键入: $ help 您将看到所有别名以运行该程序。 它应该在make之后运行,并且应该与source一起使用。 您应该能够看到: gauss - serial version threads_gauss - pthread implementation chunk_threads - pthread implementation with chunks openmp - OpenMP implementation pool_threads - Pool of threads implementation chunk_po
【文件预览】:
gaussian-elimination-pthreads-openmp-master
----thpool_gauss.c(6KB)
----threads_gauss.c(6KB)
----openmp_gauss.c(5KB)
----chunk_thpool_gauss.c(6KB)
----thpool.c(13KB)
----gauss.c(5KB)
----script.sh(728B)
----chunk_threads_gauss.c(6KB)
----.gitignore(16B)
----Makefile(452B)
----README.md(2KB)
----thpool.h(4KB)

网友评论