Frequently Asked Questions
- How do I connect with the Center for Scientific Computation?
In order to access the resources of the Center for Scientific Computation, one must both valid login and passwords, provided by the administration staff upon requesting an account via the available form.
Once you have an account you can access the Center for Scientific Computing through the command line using the
sshcommand. You have three possible access nodes in order to login.If access from outside the UAM is attempted, one needs to use the VPN services provided by IT.
For the case of RES users external to the UAM, their IP must be provided to us in order to enable their access.
- Which operative system is required to access the Center for Scientific Computing?
Using Linux is highly recommended. In Linux basic commands a brief introduction to the basic commands needed to work with said operative system can be found.
If you are using Windows, we recommend the usage of emulators such as PuTTY or MobaXterm.
If you use MacOS, you can use the Terminal app. If you need to make use of graphic programs, installation of XQuartz will be necessary.
- How do I send jobs to the queueing system?
Through the usage of the
sbatchcommand, following the syntaxsbatch -A name-project -p name-queue script
where
-Aindicates the name of the project or ‘account’ and-pindicates the queue or ‘partition’.More information about this can be found in The Slurm queueing system. Alternatively, at CCC user's guide an even more thorough explanation of this command and its most frequent options can be found.
- How do I know to which project can I charge computation time?
Through the usage of the
projectscommand one can know to which projects can time be charged, along with the queues accessible for those projects.To know if you have enough time for job submissions, you can execute
timeleft. - How can I check the status of my jobs?
We can run
squeueto check how your jobs are going, or the commandinfocolasand follow the menu's options. - Before sending a job I need to know which is the current allocation of resources.
To this end, we can run
sinfoorinfocolas, where a menu with different options is displayed. Wandering over said menu general information on the allocation status, and adequate your jobs to the circumstances. - When sending a job, I find an error saying that my project has been deactivated, why?
The deactivation of the projects can be due to them having consumed all their assigned computation time. One can check if this is the case running
timeleftand observing the number of seconds remaining for each project. - When are time renewals carried out?
High performance computation projects are renewed the first day of every month, while user computation projects are renewed every three months.
- Where is the software installed, and how do I access it?
Software is installed in /usr/local. To access it, it is advisable to check whether said software is provided with environment modules. These modules load the routes to the software, as well as any libraries necessary for its execution. You can check the environment modules available running
module avail. Afterwards, you will need to load the corresponding module to your script.For example, in order to load the the Gaussian module, one must include the line
module load gaussian. - How often are the courses taught?
Due to the high demand of the simulation lab, we cannot indicate concrete dates with much anticipation, however they will always be announced in General information on courses.