惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
IT之家
IT之家
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
U
Unit 42
爱范儿
爱范儿
博客园 - 聂微东
F
Fortinet All Blogs
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
雷峰网
雷峰网
B
Blog RSS Feed
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
H
Hackread – Cybersecurity News, Data Breaches, AI and More

BOINC

还有人在公益计算吗? WCG统计数据一直为零 WCG 网站被墙了? BOINC签名图片生成/状态查询 7.2 的 OpenCL for CPU 能提高算力吗? BONIC里积累了不少算好了等待报告的任务 有像我一样的吗 BOINCMenubar 2 Bitcoin Utopia - 用挖出来的Bitcoin奖励科研项目 用脚本批量创建 100 个 Linode 节点 Ripple Labs 昨天WCG的点数排第一了呢 NativeBOINC for Android
在 64 位 Ubuntu 上运行最新版本的 boinc-client 加入 WCG 的...
Livid · 2013-11-28 · via BOINC

基本上,现在大家的 Ubuntu 都是 64 位的了,但是 BOINC 的某些运算任务是 32 位的,所以需要做一些准备工作。
apt-get update
apt-get install libxss1 libstdc++5 ia32-libs freeglut3
然后下载这个安装包(到任何你喜欢的目录):
wget http://boinc.berkeley.edu/dl/boinc_7.2.33_x86_64-pc-linux-gnu.sh
chmod +x boinc_7.2.33_x86_64-pc-linux-gnu.sh
./boinc_7.2.33_x86_64-pc-linux-gnu.sh
运行之后会得到一个 BOINC 目录,在这个目录里执行:
./run_client --daemon
./boinccmd --project_attach http://www.worldcommunitygrid.org/ YOUR_ACCOUNT_KEY
./boinccmd --project http://www.worldcommunitygrid.org/ update
然后就可以开始浪费你的运算资源了。运行的任务可以从 htop 里看到。
YOUR_ACCOUNT_KEY 可以在你的 WCG 的 My Profile 页面的下方找到:
https://secure.worldcommunitygrid.org/ms/viewMyProfile.do
如果你不明白上面是在说什么,那么从这里看起吧:
http://www.computingforgood.org/
无论如何,这个冬天算是多一种取暖方式了。