Diferență între revizuiri ale paginii „Using ACS Cluster”
De la WikiLabs
Jump to navigationJump to searchCbira (discuție | contribuții) |
Cbira (discuție | contribuții) |
||
Linia 14: | Linia 14: | ||
For more info see: | For more info see: | ||
− | [Laboratory of ASC from ACS faculty]: cs.curs.pub.ro/wiki/asc/asc:lab7:index | + | [Laboratory of ASC from ACS faculty]: http://cs.curs.pub.ro/wiki/asc/asc:lab7:index |
[Cluster cheat sheet]: http://cs.curs.pub.ro/wiki/asc/_media/asc:resurse:cluster-cheat-sheet.pdf | [Cluster cheat sheet]: http://cs.curs.pub.ro/wiki/asc/_media/asc:resurse:cluster-cheat-sheet.pdf |
Versiunea curentă din 26 aprilie 2018 16:03
Steps:
- copy files on the cluster (scp -r <path to local folder> <moodle id>@fep.grid.pub.ro:~)
- log in with moodle id (ssh <moodle id>@fep.grid.pub.ro)
- log in gpu queue (qlogin -q ibm-dp.q)
- module load 1 (module load libraries/cuda)
- module load 2 (module load utilities/opencl)
- compile opencl project (make)
- get back to fep (exit)
- submit job on gpgpu queue for execution (qsub -q ibm-dp.q -b y <path to executable>)
- wait for the job to finish (qstat -j <job id>)
- check the files made in local directory (<executable name>.o/e<job id>)
For more info see:
[Laboratory of ASC from ACS faculty]: http://cs.curs.pub.ro/wiki/asc/asc:lab7:index
[Cluster cheat sheet]: http://cs.curs.pub.ro/wiki/asc/_media/asc:resurse:cluster-cheat-sheet.pdf