readme

来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· 代码 · 共 58 行

TXT
58
字号
Documentation :-------------README              -- what you are reading now.README.clog         -- the original README from Jumpshot-2 which read clog file.README.slog         -- the README for Jumpshot-3 which read slog files.UserGuide.txt       -- a brief user guide which introduces the things that you                       need to know in using jumpshot-3TourStepByStep.txt  -- a brief tour of an example slog file, it is the                       ASCII version of the latex document                       "A Tour of Jumpshot-3" in $(JUMPSHOT-3)/doc. Standard Build :--------------Do     ./configure --with-java=<your java location>where "--with-java" is optional.  It is neccessary only when the defaultconfigure cannot locate a suitable Java implmentation.  After "configure", do a "make" to create all the necessary jar files.VPATH Build :-----------Do     cd $(build_dir)       ./configure --with-java=<your java location> --prefix=<install_dir>       make       make installOr     cd $(build_dir)       ./configure --with-java=<your java location>       make       make install PREFIX=<install_dir>For further details of configure, do "./configure --help"After "make install", "make uninstall" will remove all installed files.RUN :---There are 2 useful shell scripts, jumpshot and slog_print.jumpshot : set up all the necessary variables to run jumpshot.slog_print : print the content of slogfile.For more info, read README.slog and UserGuide.txt.If you have any question about the code, contact me at chan@mcs.anl.gov or mpi-maint@mcs.anl.gov

⌨️ 快捷键说明

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