OpenMP例子程序

时间:2021-11-29 14:09:38
【文件属性】:

文件名称:OpenMP例子程序

文件大小:4KB

文件格式:GZ

更新时间:2021-11-29 14:09:38

OpenMP 并行计算 MPI 分布式计算 例子程序

这是OpenMP的例子程序,只要仔细研读,很快就能入门,不需要看网上所谓的教程。


【文件预览】:
example
----hello()
--------Hello_World_omp.c(342B)
--------Hello_World_pthread.c(3KB)
--------Makefile(272B)
----OpenMP()
--------08-noncritical.c(700B)
--------08-critical.c(577B)
--------05-private.c(646B)
--------05-first_last_private.c(827B)
--------06-section.c(823B)
--------02-reduction.c(284B)
--------05-thread_private.c(684B)
--------04-condition_for.c(1KB)
--------para_serial.c(583B)
--------01-get_tid.c(430B)
--------Makefile(160B)
--------function.c(1KB)
--------03-parallel_for.c(692B)
--------07-schedule.c(469B)

网友评论