Folding @ Home on Linux Mint to contribute to the analysis of the new coronavirus

Overview

Folding @ Home is a project to analyze the protein of a virus by using the processing power of an individual's PC. A long time ago, there was a project with a similar idea of analyzing radio waves from UFOs.

When the program is executed, the unit to be analyzed is assigned from Folding @ Home, it is downloaded, the analysis process is executed, and when it is finished, the result is uploaded repeatedly.

Folding @ Home itself is not necessarily specialized for the new coronavirus (COVID-19), and it seems that it has existed before that, but now, if the target is set to the default ʻAny`, the new coronavirus will be prioritized. It seems to analyze the virus. I also want COVID-19 to end as soon as possible, and even if I get sick, I hope that there will be no one who can be cured quickly with drugs and die, so I am participating in my Linux PC at home.

The method to do it on Windows is described in Folding @ Home Setup, so please refer to that. Here are the steps to contribute on Linux Mint and Ubuntu.

Installation

Download the required package

$ wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb
$ wget https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v7.5/fahcontrol_7.5.1-1_all.deb
$ wget https://download.foldingathome.org/releases/public/release/fahviewer/debian-stable-64bit/v7.5/fahviewer_7.5.1_amd64.deb
$ sudo dpkg -i --force-depends fahclient_7.5.1_amd64.deb
$ sudo dpkg -i --force-depends fahcontrol_7.5.1-1_all.deb
$ sudo dpkg -i --force-depends fahviewer_7.5.1_amd64.deb

I participated anonymously without registering as a user. When the installation is complete, it will run automatically in daemon mode. I want to do it from the command line so I'll turn off the service.

$ sudo systemctl stop FAHClient.service
$ sudo systemctl disable FAHClient.service

Run on CPU

My machine has 6 cores and 12 threads, so I run it like this:

$ FAHClient --client-threads=12 --smp=true --cpus=12

By the way, if you have already registered as a user and obtained a passkey, execute as follows

FAHClient --client-threads=12 --smp=true --cpus=12  --user=<username> --passkey=<passkey>

For <username> and <passkey>, specify the user name you registered and the passkey sent by e-mail at that time.

Soon, the unit will be downloaded from the folding @ home server and the analysis will begin. When the analysis is finished, the result will be uploaded to folding @ home and the next unit will be downloaded automatically. On my machine (6 cores / 12 threads / 2.60GHz [maximum 4.50GHz] / 12MB cache), analysis for one unit is completed in less than an hour.

If you want to check if you are really using the core properly, you can usually find out by looking at the top command. It seems that there is no mistake because the CPU usage of FAHCore_a7 is close to 1200% on the top running in the terminal on the left. Screenshot from 2020-03-29 12-34-46.png

If you want to stop it, use Ctrl-C, and if you want to run it, use the above command. I think it's faster to run on GPU, but it seems to be a lot of trouble, so if there is another opportunity.

Recommended Posts

Folding @ Home on Linux Mint to contribute to the analysis of the new coronavirus
Quantify the degree of self-restraint required to contain the new coronavirus
Plot the spread of the new coronavirus
Estimate the peak infectivity of the new coronavirus
Did the number of store closures increase due to the impact of the new coronavirus?
Hook to Shared Library on Linux to interrupt the behavior of existing binaries
I tried to predict the behavior of the new coronavirus with the SEIR model.
[2020July] Check the UDID of the iPad on Linux
Try to create a new command on linux
The epidemic forecast of the new coronavirus was released on the Web at explosive speed
GUI simulation of the new coronavirus (SEIR model)
I tried to display the infection condition of coronavirus on the heat map of seaborn
I tried to automatically send the literature of the new coronavirus to LINE with Python
The theory that the key to controlling infection with the new coronavirus is hyperdispersion of susceptibility
The story of trying to contribute to COVID-19 analysis with AWS free tier and failing
I tried to visualize the characteristics of new coronavirus infected person information with wordcloud
Posted the number of new corona positives in Tokyo to Slack (deployed on Heroku)
The story of replacing Nvidia GTX 1650 with Linux Mint 20.1.
Try to estimate the number of likes on Twitter
Let's test the medical collapse hypothesis of the new coronavirus
Announcing the availability of Java 11 LTS on Amazon Linux 2
Use hash to lighten collision detection of about 1000 balls in Python (related to the new coronavirus)
I tried to tabulate the number of deaths per capita of COVID-19 (new coronavirus) by country
Put the latest version of Python on linux (Debian) on Chromebook
I analyzed tweets about the new coronavirus posted on Twitter
Data analysis based on the election results of the Tokyo Governor's election (2020)
After all, the story of returning from Linux to Windows
Install the latest version of Git on your Linux server
Commands and files to check the version of CentOS Linux
Get the host name of the host PC with Docker on Linux
I tried using PDF data of online medical care based on the spread of the new coronavirus infection
Install the JDK on Linux
Elixir = Comfortable on Linux Mint
[Python] Create a script that uses FeedParser and LINE Notify to notify LINE of the latest information on the new coronavirus of the Ministry of Health, Labor and Welfare.
Introducing Elixir on Linux Mint
Paste the link on linux
I tried to create an environment of MkDocs on Amazon Linux
[Linux] I tried to summarize the command of resource confirmation system
Suspend Thread on Linux (corrected version at the bottom of the article)
[Python] PCA scratch in the example of "Introduction to multivariate analysis"
Display the image of the camera connected to the personal computer on the GUI.
On Linux, the time stamp of a file is a little past.
I analyzed the tweets about the new coronavirus posted on Twitter Part 2
How to output the output result of the Linux man command to a file
What to do if the inode is exhausted on EC2 Linux
How to use Jupyter on the front end of supercomputer ITO
A command to easily check the speed of the network on the console
From the introduction of JUMAN ++ to morphological analysis of Japanese with Python
How to update the python version of Cloud Shell on GCP
The story of failing to update "calendar.day_abbr" on the admin screen of django
Create a bot that posts the number of people positive for the new coronavirus in Tokyo to Slack