Módosítások

Debrecen2 GPU klaszter en

204 bájt törölve, 2021. június 24., 10:24
nincs szerkesztési összefoglaló
module load APP
</pre>
A NIIF által beállított környezeti változókat <code>The environment variables set by KIFÜ are listed by the nce</code> parancs listázza kicommand.
=== Adatok megosztása projekt tagok számára Data sharing for project members ===Fájlok illTo share files / directories ACLs must be set. könyvtárak megosztásához ACL-eket kell beállítani. A To make the HOME könyvtárat más felhasználó directory readable by another user (OTHER) számára olvashatóvá, így tehetjük:
<pre>
setfacl -m u:OTHER:rx $HOME
</pre>
Addott könyvtárat To make a specific directory (DIRECTORY) írahtóváwritable:
<pre>
setfacl -m u:OTHER:rxw $HOME/DIRECTORY
</pre>
A kiterjesztett jogokat a következő paranccsal kérhetjük leYou can list extended rights with the following command:
<pre>
getfacl $HOME/DIRECTORY
</pre>
== Közös Using a shared home könyvtár használata directory ==A szuperszámítógépek The common file system that is available for the login gépeit összekötő közös fájlrendszer a következő könyvtár alatt találhatónodes of the supercomputers is accessible under the following path:
<pre>
/mnt/fhgfs/home/$USER
</pre>
Biztonsági mentést a közös könyvtárba a következő paranccsal tudunk végezniBackups could be made into the shared directory with the following command:
<pre>
rsync -avuP --delete $HOME/DIRECTORY /mnt/fhgfs/home/$USER
</pre>
== Alkalmazások lefordítása Compiling applications ==
Mindenkitől azt kérjük, hogy először próbálja meg saját maga lefordítani az alkalmazásátUsers are encouraged to try compiling needed applications in their own home directory first. Ha ez valamilyen oknál fogva mégsem sikerülneIf it fails for some reason, akkor következő lépésként a magyarországi szuperszámítógép felhasználóktól érdemes kérdezni, mert nagy esély van rá hogy mások then the next step is to ask the Hungarian supercomputer users because there is belefutottak ugyanabba a problémábagood chance that others have already run into the same problem. Ezen a címen lehet őket elérniThey can be reached at: <code>hpc-forum kukac at listserv.niif.hu</code>. Feliratkozni You can subscribe to this mailing list [https://listserv.niif.hu/mailman/listinfo/hpc-forum itt lehet erre|here] a levelezőlistára. Az archívumban is érdemes utánanézni a kérdésnekYou should also check the archive when looking into the issue. Az NIIF KIFÜ HPC support csak igen korlátozottan képes egyéni fordítási kérésekkel foglalkozni, de problémával felkeresheti a has extremely limited capacity to handle individual compiling requests but still you may contact <code>hpc-support kukac at niif.hu</code> címetwith your problem. Az utóbbi esetben pár napos türelmüket mindenképp kérjük válaszunkigIn the latter case please be patient for a few days while waiting for responses.
== Using the SLURM ütemező használata scheduler ==A szuperszámítógépen The supercomputer has a CPU óra hour (gépidőmachine time) alapú ütemezés működikbased schedule. A felhasználóhoz tartozó The following command provides information about the status of the user's Slurm projektek projects (Account) állapotáról a következő parancs ad információt:
<pre>
sbalance

Navigációs menü