Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
fah_finstall [Le 10/03/2008, 08:17] YoBoY déplacé de /fah/finstall dans /fah_finstall |
fah_finstall [Le 29/04/2017, 14:21] (Version actuelle) L'Africain Maj de la page |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>dapper edgy feisty gutsy FAH}} | + | {{tag>Xenial calcul_collaboratif}} |
---- | ---- | ||
- | + | ====== Folding@Home : finstall ====== | |
- | + | ||
- | ====== Installation de Folding@Home : finstall ====== | + | |
Installation et lancement automatique de Folding@Home grâce à l'installateur semi-officiel finstall. | Installation et lancement automatique de Folding@Home grâce à l'installateur semi-officiel finstall. | ||
- | > Remarque de [[utilisateurs:YannUbuntu]]: c'est l'installation qui me semble être la plus facile pour les débutants. | ||
Pour plus d'informations, voir la [[https://help.ubuntu.com/community/FoldingAtHome/finstall|page anglaise de finstall]]. | Pour plus d'informations, voir la [[https://help.ubuntu.com/community/FoldingAtHome/finstall|page anglaise de finstall]]. | ||
Ligne 15: | Ligne 12: | ||
+ | ===== Installation ===== | ||
- | ===== Telechargement et installation ===== | + | Télécharger finstall, en saisissant dans un [[terminal]] : <code>wget -c http://www.vendomar.ee/~ivo/finstall</code> |
- | + | Changer les droits du fichier : | |
- | * Télécharger finstall | + | |
- | + | ||
- | cd ~ | + | |
- | wget -c http://www.vendomar.ee/~ivo/finstall | + | |
- | + | ||
- | * Changer les droits du fichier | + | |
chmod +x finstall | chmod +x finstall | ||
- | * Exécuter le programme ([[http://folding.extremeoverclocking.com/team_list.php|Liste des équipes]], [[https://wiki.ubuntu.com/FoldingAtHomeTeamUbuntu|Team-Ubuntu]]: 45104, ou bien Alliance-Francophone: 51, ou Linux: 163 ou ...) | + | Exécuter le programme ([[http://folding.extremeoverclocking.com/team_list.php|Liste des équipes]], [[https://wiki.ubuntu.com/FoldingAtHomeTeamUbuntu|Team-Ubuntu]]: 45104, ou bien Alliance-Francophone: 51, ou Linux: 163 ou ...), en saisissant : |
+ | * si vous utilisez Ubuntu 32 bits: | ||
./finstall | ./finstall | ||
+ | * si vous utilisez Ubuntu 64 bits: | ||
- | ===== Commandes pour démarrer/arrêter F@H ===== | + | ./finstall smp |
- | * Demarrer F@H | + | ===== Utilisation ===== |
- | ~/foldingathome/folding start | + | Démarrer F@H : |
- | + | ||
- | * Arrêter F@H | + | |
~/foldingathome/folding start | ~/foldingathome/folding start | ||
+ | Arrêter F@H : | ||
+ | ~/foldingathome/folding stop | ||
- | ===== Optionnel: démarrage automatique au lancement d'Ubuntu ===== | ||
- | * Créer un fichier dans le repertoire /etc/init.d | + | ===== Configuration ===== |
- | gksudo gedit /etc/init.d/foldingathome | + | ==== Démarrage automatique au lancement d'Ubuntu (optionnel) ==== |
- | + | ||
- | * Y faire un copier/coller de: | + | |
+ | [[:tutoriel:comment_editer_un_fichier|Créer le fichier]] **/etc/init.d/foldingathome** avec les [[:sudo|droits d'administration]] et y mettre le contenu suivant : | ||
+ | <file bash> | ||
#!/bin/bash | #!/bin/bash | ||
# /etc/init.d/foldingathome for Ubuntu | # /etc/init.d/foldingathome for Ubuntu | ||
Ligne 58: | Ligne 51: | ||
su YOUR_USERNAME_HERE -c "screen -d -m ./folding start" | su YOUR_USERNAME_HERE -c "screen -d -m ./folding start" | ||
popd | popd | ||
+ | </file> | ||
+ | Enregistrer et fermer le fichier. | ||
- | * Enregistrer et fermer le fichier | + | Le lancer au démarrage de Ubuntu : |
- | + | ||
- | * Le lancer au demarrage de Ubuntu | + | |
sudo update-rc.d foldingathome defaults 99 | sudo update-rc.d foldingathome defaults 99 | ||
+ | |||
+ | ===== Voir aussi ===== | ||
+ | |||
+ | * Remarques et commentaires sur le [[http://forum.ubuntu-fr.org/viewtopic.php?pid=44821#p44821|forum Ubuntu-fr]] | ||
---- | ---- | ||
- | //Contributeurs : Traduit/Rédigé par [[utilisateurs:YannUbuntu]] | + | //Contributeurs : [[utilisateurs:YannUbuntu]].// |
- | Remarques et commentaires sur le [[http://forum.ubuntu-fr.org/viewtopic.php?pid=44821#p44821|forum Ubuntu-fr]].// | + |