📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -