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

📄 mpe_open_graphics.4

📁 fortran并行计算包
💻 4
字号:
.TH MPE_Open_graphics 4 "11/2/2007" " " "MPE".SH NAMEMPE_Open_graphics \-  (collectively) opens an X Windows display .SH SYNOPSIS.nf#include "mpe.h" int MPE_Open_graphics( handle, comm, display, x, y, w, h, is_collective )MPE_XGraph *handle;MPI_Comm   comm;char       display[MPI_MAX_PROCESSOR_NAME+4];int        x, y;int        w, h;int        is_collective;.fi.SH INPUT PARAMETERS.PD 0.TP.B comm - Communicator of participating processes.PD 1.PD 0.TP.B display - Name of X window display.  If NULL, display will be takenfrom the local DISPLAY variable on each process. If the local DISPLAY isundefined, the DISPLAY variable of the process with rank 0 in 'comm'will be used.  If that is either undefined then the value of display is``hostname``:0, or if it starts with w ":xy", then the value ofdisplay is ``hostname``:xy..PD 1.PD 0.TP.B x,y - position of the window.  If '(-1,-1)', then the user should beasked to position the window (this is a window manager issue)..PD 1.PD 0.TP.B w,h - width and height of the window, in pixels..PD 1.PD 0.TP.B is_collective - true if the graphics operations are collective; thisallows the MPE graphics operations to make fewer connections to the display.  If false, then all processes in the communicator comm will open the display; this could exceed the number of connections that yourX window server allows.  Not yet implemented..PD 1.SH OUTPUT PARAMETER.PD 0.TP.B handle - Graphics handle to be given to other MPE graphics routines..PD 1.SH NOTESThis is a collective routine.  All processes in the given communicatormust call it, and it has the same semantics as 'MPI_Barrier' (that is,other collective operations can not cross this routine)..SH NOTES FOR FORTRAN INTERFACE The Fortran interface to this routine is different from its Ccounterpart and it has an additional argument, ierr, at the endof the argument list, i.e. the returned function value (the errorcode) in C interface is returned as the additional argument inFortran interface.  The Fortran interface is invoked with theCALL statement.All MPI and MPE objects, MPI_Comm, MPE_XGraph and MPE_Color, areof type INTEGER in Fortran..SH ADDITIONAL NOTES FOR FORTRAN INTERFACE If Fortran 'display' argument is an empty string, "", display will betaken from the DISPLAY variable on the process with rank 0 in 'comm'.The trailing blanks in Fortran CHARACTER string argument will beignored..SH LOCATION../src/graphics/src/mpe_graphics.c

⌨️ 快捷键说明

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