文件名称:spinner
介绍说明--下载内容均来自于网络,请自行研究使用
这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style,
in which an application fork/execs multiple instances of itself,
affinitized one per tile, and the instances then work together to execute
the application, using the UDN for communication between instances.
See the Application Libraries Reference Guide for more information
about the APIs used in this example.
in which an application fork/execs multiple instances of itself,
affinitized one per tile, and the instances then work together to execute
the application, using the UDN for communication between instances.
See the Application Libraries Reference Guide for more information
about the APIs used in this example.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
spinner\Makefile
.......\output.txt
.......\README.txt
.......\spinner.c
spinner
.......\output.txt
.......\README.txt
.......\spinner.c
spinner