readme
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· 代码 · 共 39 行
TXT
39 行
Nupshot READMENupshot is a performance visualization tool that displays logfilesin the 'alog' format (documented in alog.h), or the PICL v.1 format(documented in picl.h).This directory contains nupshot, a new version of upshot that usesTcl and C, as opposed to the first version, which was all C, and thesecond version, which was all Tcl.To build: ./configure makeTcl 7.3 and Tk 3.6 will need to be installed on your system fornupshot to build properly. The configure script will check a numberof places for tcl and tk. If it does not find them, add the -tcldirand -tkdir options to configure: configure -tcldir=TCLDIR -tkdir=TKDIR where TCLDIR = Directory containing tcl. Must have lib/libtcl.a and include/tcl.h . TKDIR = Directory containing tk 3.3 or later. Must have lib/libtk.a and include/tk.h . May be the same as TCLDIR.More documentation is on the way.Let me know if there are any features or enhancements you would liketo see in Nupshot. Send these to mpi-bugs@mcs.anl.gov .Nupshot was written by Ed Karrels while a student at Argonne NationalLaboratory, under the direction of Ewing Lusk. Additional direction anddevelopment were performed by William Gropp.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?