38,763
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 4: | Line 4: | ||
Les répertoires de logiciels et de données offerts par Calcul Canada sont accessibles via [https://cernvm.cern.ch/portal/filesystem CVMFS] (''CERN Virtual Machine File System''). Puisque CVMFS est préconfiguré pour vous, vous pouvez utiliser ses répertoires directement. Pour plus d’information sur l’environnement logiciel de Calcul Canada, consultez les pages wiki [[Available software/fr|Logiciels disponibles]], [[Utiliser des modules]], [[Python/fr|Python]], [[R/fr|R]] et [[Installing software in your home directory/fr|Installation de logiciels dans votre répertoire /home]]. | Les répertoires de logiciels et de données offerts par Calcul Canada sont accessibles via [https://cernvm.cern.ch/portal/filesystem CVMFS] (''CERN Virtual Machine File System''). Puisque CVMFS est préconfiguré pour vous, vous pouvez utiliser ses répertoires directement. Pour plus d’information sur l’environnement logiciel de Calcul Canada, consultez les pages wiki [[Available software/fr|Logiciels disponibles]], [[Utiliser des modules]], [[Python/fr|Python]], [[R/fr|R]] et [[Installing software in your home directory/fr|Installation de logiciels dans votre répertoire /home]]. | ||
<div class="mw-translate-fuzzy"> | |||
Nous décrivons ici comment installer et configurer CVMFS sur ''votre propre ordinateur ou grappe''; vous aurez ainsi accès aux mêmes répertoires et environnements logiciels que ceux des systèmes de Calcul Canada. | Nous décrivons ici comment installer et configurer CVMFS sur ''votre propre ordinateur ou grappe''; vous aurez ainsi accès aux mêmes répertoires et environnements logiciels que ceux des systèmes de Calcul Canada. | ||
</div> | |||
Nous utilisons comme exemple [https://ssl.linklings.net/conferences/pearc/pearc19_program/views/includes/files/pap139s3-file1.pdf l'environnement logiciel présenté à la conférence PEARC 2019], Practices and Experience in Advanced Research Computing. | Nous utilisons comme exemple [https://ssl.linklings.net/conferences/pearc/pearc19_program/views/includes/files/pap139s3-file1.pdf l'environnement logiciel présenté à la conférence PEARC 2019], Practices and Experience in Advanced Research Computing. | ||
Line 131: | Line 133: | ||
CVMFS_HTTP_PROXY="<define this parameter according to the information below>" | CVMFS_HTTP_PROXY="<define this parameter according to the information below>" | ||
* <code>CVMFS_REPOSITORIES</code> is a comma-separated list of the repositories | * <code>CVMFS_REPOSITORIES</code> is a comma-separated list of the repositories to use. | ||
* <code>CVMFS_QUOTA_LIMIT</code> is the amount of space in MB that CVMFS will use for the local cache; it should be about 15% less than the size of the local cache filesystem. | * <code>CVMFS_QUOTA_LIMIT</code> is the amount of space in MB that CVMFS will use for the local cache; it should be about 15% less than the size of the local cache filesystem. | ||
* <code>CVMFS_HTTP_PROXY</code> lists the proxy servers to use. See the [https://cvmfs.readthedocs.io/en/stable/cpt-configure.html#proxy-lists documentation] about this parameter, including syntax, examples, and use of load-balancing groups and round-robin DNS. | * <code>CVMFS_HTTP_PROXY</code> lists the proxy servers to use. See the [https://cvmfs.readthedocs.io/en/stable/cpt-configure.html#proxy-lists documentation] about this parameter, including syntax, examples, and use of load-balancing groups and round-robin DNS. |