This is the repository for the project of the course of High Performing Computing for Data Science, of the master in Computer Science.
Member of the project:
- Marco Piccoli
If you want to build the project, follow this steps:
- Enter the directory
binwith the commandcd bin; - Next, execute the command
cmake ..for building the dependencies inside the cmake files; - Finally, run
makefor creating the binary file.
In case you want to run the algorithm inside the cluster, follow this steps:
- Change the
job.shas you like, specifying nodes, cpus, time and queue; - Compile and build the project following the steps above;
- Finally, login in the cluster and execute
qsub job.sh, it will return the ID of the jub you submitted (keep it, it's very important).
For viewing the status of your job, simply run qstat <job_id>