
并行计算
酌希
这个作者很懒,什么都没留下…
展开
-
Condor and Pegasus on ubuntu14.04
[STEP 1: Install Condor] Download the latest version of HTCondor (native package) for Ubuntu 12.04 from the following URL. What I have downloaded is condor-8.1.6-247684-ubuntu_12.04_amd64.deb. The原创 2015-01-07 10:54:17 · 932 阅读 · 0 评论 -
Condor and Pegasus on ubuntu12.04
Single Node Condor and Pegasus on ubuntu12.04 [STEP 1: Install Condor] Download the latest version of HTCondor (native package) for Ubuntu 12.04 from the following URL. What I have download转载 2015-01-07 10:47:19 · 952 阅读 · 0 评论 -
condor submit jobs例子
一共三种例子,第一是condor运行shell脚本,第二是condor运行C程序,第三是运行perl程序 一、condor运行shell脚本 二、condor运行C程序 其中helloc文件夹下有hello.c,hello是编译后的可执行文件,condor编译C程序的命令如下: condor_compile gcc hello.c -o hello 三、condor运行pe原创 2015-01-22 11:18:47 · 2084 阅读 · 0 评论 -
deb包安装condor的config方法
一、deb包安装condor方法 自己去下载condor-8.2.6-287355-ubuntu_14.04_amd64.deb。我还下载了一个libmpich2-3_1.4.1-4.2_amd64.deb包,这是condor需要的一个依赖包,apt-get解决不了,就自己安装一下。我新建了一个condor用户,并将其加入sudoers,以下的操作都是在condor下进行的 安装deb包 $原创 2015-01-22 11:07:06 · 2148 阅读 · 0 评论 -
putty连接Amazon Ec2实例
启动您的实例之后,您可以连接到该实例,然后像使用您面前的计算机一样来使用它。 Note 启动实例后,需要几分钟准备好实例,以便您能连接到实例。检查您的实例是否通过了状态检查 - 您可以在 Instances (实例) 页上的 Status Checks (状态检查) 列中查看此信息。 在尝试连接到您的实例之前,请确保您已经完成以下任务: 获得实例的公有 DN转载 2015-12-10 10:39:56 · 5512 阅读 · 0 评论 -
Condor error:Failed to execute condor_exec.exe
Condor的日志文件中的错误信息: 000 (424639.000.000) 09/09 16:08:18 Job submitted from host: ... 001 (424639.000.000) 09/09 16:08:35 Job executing on host: ... 007 (424639.000.000) 09/09 16:08:35 Shadow excepti原创 2015-12-11 14:40:50 · 1393 阅读 · 0 评论