文件名称:Game_of_Life:Conway 生命游戏的 MPI 实现(UCSC AMS250 HPC 最终项目)
文件大小:2.02MB
文件格式:ZIP
更新时间:2024-06-21 05:54:17
C
Game_of_Life Conway 生命游戏的 MPI 实现(UCSC AMS250 HPC 最终项目) 作者: Eric Gentry ( ; ) 版权所有 (c) 2015 根据 MIT 许可许可 ##主要目标 实现康威生命游戏的串行和并行版本 创建理论性能模型并使用经验运行时数据对其进行评估 ##概述 可以在writeup/report_egentry.pdf找到方法和结果的writeup/report_egentry.pdf 可以在writeup/plots/animation.mp4找到进化的示例writeup/plots/animation.mp4 ##跑步 要编译,请在主目录中运行make all 要运行,请在batch目录中查找示例 PBS 批处理脚本(您需要根据您的系统调整这些脚本) GoL_serial.cmd运行代码的示例串行版本 GoL_MPI.
【文件预览】:
Game_of_Life-master
----io.c(3KB)
----communicate.c(7KB)
----batch()
--------performance_constants.cmd(452B)
--------GoL_serial.cmd(164B)
--------GoL_MPI.cmd(454B)
--------GoL_MPI_benchmark.cmd(1KB)
----GoL_serial.c(1021B)
----GoL_MPI.c(4KB)
----GoL.c(4KB)
----io.h(346B)
----performance_analysis.ipynb(48KB)
----LICENSE.md(1KB)
----README.md(2KB)
----Makefile(729B)
----communicate.h(822B)
----visualizing.ipynb(112KB)
----get_performance_constants.h(348B)
----.gitignore(75B)
----writeup()
--------report_egentry.pdf(216KB)
--------plots()
--------report_egentry.tex(13KB)
----GoL.h(713B)
----get_performance_constants.c(6KB)