⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p4.1

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 1
字号:
.TH p4 1 "7 November 1992".SH NAME p4 - portable programs for parallel processors - release 1.4.SH DESCRIPTIONp4 is a package of procedures that support development of parallel programs inC or Fortran that are portable across a wide variety of architectures.  Forthe shared-memory model of parallel computation, p4 provides a set ofprimitives from which monitors can be constructed, as well as a set of usefulmonitors.  For the distributed-memory model, p4 provides typed send andreceive operations, and creation of processes according to a text filedescribing files to be executed on by created processes and the machines toexecute them on.  A complete User's Guide is available in the doc subdirectoryof the p4 distribution.  It is written in LaTeXinfo, so that it can produceeither an info file (included) or a printed version..SH SYNOPSIS#include "p4.h".SH OPTIONSSeveral command line options are available to any program linked to the p4 package..TP -p4help   	get this information.TP -p4pg <filename> procgroup file.TP -p4dbg n   	set debug level.TP -p4rdbg n  	set remote debug level.TP -p4gm n 	set globmemsize.TP -p4dmn <name>  	domainname.TP -p4out <file>   output file for master.TP -p4rout <file>  output file prefix for remote masters.TP -p4ssport <port#> private port number for secure server.TP -p4log          enable internal p4 logging by alog.TP -p4version   	print the current p4 version number.TP -p4norem	prompt user to start remote processes by hand.SH FILESp4.h, libp4.a - see your systems administrator for the installed location.SH DIAGNOSTICSp4 generates a wide variety of diagnostic messages.  See the usermanual for more details..SH EXAMPLE EXECUTIONTo invoke a program linked with p4 using a procgroup file:.RS.nfmyprogram -pg procgroup_file_name.fi.RE.SH SEE ALSO.BR socket, etc..SH BUGSThere are no.I known bugs at this time, but stay tuned.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -