- 1、本文档共49页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ClusterComputingWithR
1Stowers Institute for Medical Research
R/Bioconductor Discussion Group
Earl F. Glynn
Scientific Programmer
18 December 2007
Cluster Computing With R
2Cluster Computing With R
? Accessing Linux Boxes from Windows
? Linux Servers
? Cluster Head Nodes
? Linux Command Prompt
? xterms
? Linux Home Directories
? Setup For Examples
? R Batch Jobs Using Linux
? Cluster Basics
? Sun Grid Engine
? R Batch Jobs on Cluster:
Toy Examples and Time Perturbation Study
3Accessing Linux Boxes from Windows
Wiki: http://research/PuTTYxming
PuTTY / Xming will be used to access Linux boxes from Windows
4PuTTY / xming
Accessing Linux Hosts
Right Click Xming icon
genekc02 64-bit
genekc03 32-bit
Can access via PuTTY icon
Accessing Linux Boxes from Windows
5Accessing Cluster Head Nodes
Right Click Xming icon
Confusing Names
32-bit cluster nodes
cluster01 = Betelgeuse
cluster02 = Sirius
64-bit cluster nodes
cluster03 = Orion
PuTTY / xming
Accessing Linux Boxes from Windows
6/applications/astronomer/Atlas/NovDecJan.html
7Linux Console and Command Prompt
cat .bashrc # or in .profile
case $TERM in
xterm*)
PROMPT_COMMAND=echo -ne \033]0;${USER} ${HOSTNAME}\007
;;
*)
;;
esac
BLUETEXT=\[\e[34;1m\]
RESETTEXT=\[\e[0m\]
PS1=$BLUETEXT\n[\! \$(date +%d%b%y %T) \$( pwd )]\n$RESETTEXT
Making Your Linux Bash Command Prompt Useful
/tutorials/Matt/CmdPrompt.html
Accessing Linux Boxes from Windows
8Linux Command Prompt and xterms
Accessing Linux Boxes from Windows
9LINUX Home Directories
Accessing Linux Boxes from Windows
? Files for cluster jobs normally should be
in your home directory, e.g., /home/efg
? Suggest single directory per cluster job,
e.g., /home/efg/cluster/R/simplegraph
? LINUX home directories can be accessed via
Windows using an UNC name:
\\lnaskc01\unixhomes\efg\cluster\R\simplegraph
? Not all filesystems available on genekc02,
..., are available on clusters, e.g., $BLASTDB
10
Summary
Accessing Linux Boxes from Windows
? Use Linux boxes for R batch jobs
(discussed next)
? Normall
您可能关注的文档
- business英文.pdf
- Business Plan of a vegetarian restaurant.pdf
- Business Process Automation Literature Review Solution Summary.pdf
- by microsatellite DNA analyses of haploid males in Apis 1.pdf
- Buying a Ukulele There may seem to be a lot to think about when….pdf
- BYD BF1520-B For 5V2A手机充电器方案.pdf
- BYD BF1551 For 5V2A手机充电器方案.pdf
- BYLINK-120AIIB用户手册.pdf
- C 第一章 岩石和构造2-岩浆岩.pdf
- C++_第11讲-1 虚函数表和虚函数表指针.pdf
文档评论(0)