📄 readme
字号:
Copyright (c) 2001-2003 The Trustees of Indiana University. All rights reserved.Copyright (c) 1998-2001 University of Notre Dame. All rights reserved.Copyright (c) 1994-1998 The Ohio State University. All rights reserved.This file is part of the LAM/MPI software package. For licenseinformation, see the LICENSE file in the top level directory of theLAM/MPI source distribution.$HEADER$Mandelbrot is a simple example of the master/slave parallelprogramming technique, written in C. It runs with one master processand any number of slaves. The master writes the computed image into aSun rasterfile formatted file. Try viewing it with X11/xv.Use "make" to compile this examples. Make will use mpicc to compileboth programs: mpicc -o master master.c mpicc -o slave slave.cSince this application is MIMD, you can either run it with mpiexec, oruse the sample "myapp" application schema in this directory to run itwith mpirun. For example: mpiexec h master : C -s h slaveor mpriun myappSee the extensive comments in the "myapp" file in this directory formore details, as well as the man pages for mpirun(1) and mpiexec(1).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -