int PetscViewerSocketOpen(MPI_Comm comm,const char machine[],int port,PetscViewer *lab)Collective on MPI_Comm
comm | - the MPI communicator | |
machine | - the machine the server is running on | |
port | - the port to connect to, use PETSC_DEFAULT for the default |
PetscViewerSocketOpen(MPI_Comm comm, char *machine,int port,PetscViewer &viewer)
MatView(Mat matrix,PetscViewer viewer)
or
PetscViewerSocketOpen(MPI_Comm comm,char *machine,int port,PetscViewer &viewer)
VecView(Vec vector,PetscViewer viewer)
-viewer_socket_machine <machine>
-viewer_socket_port <port>
PETSC_VIEWER_SOCKET_PORT portnumber | - - PETSC_VIEWER_SOCKET_MACHINE machine name |