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

📄 readme

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻
字号:
Parallel Mandelbrot in MPIWritten by Ed Karrels, karrels@mcs.anl.govThis is a demo of the graphical tools built into MPE.  It includesrudimentary drawing routines and some simple mouse handling routines.A listing of command line options will be printed if run with the '-h'option.When not reading coordinates from a file and -zoom is not specified,after an image is complete the program will wait for the user to dragthe first mouse button over a region.  When the mouse button is released,the program will zoom in on the selected region.Sorry, there is no good way to shut down the program when it is runningin a loop through an input file or with zooming active.  I'm working on it...For example, to start by viewing the entire set with the option to zoom:  pmandel -rmin -2 -rmax 2 -imin -2 -imax 2 +zoom  (This is the default, so you could do the same with just 'pmandel')Try including the 'cool.points' file to see a series of interestingregions (zoom is disabled when reading from input file):    pmandel -i cool.points -loop  (good demo!)

⌨️ 快捷键说明

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