Difference between revisions of "STATA"
(Created page with "[http://www.stata.com| STATA] comprises a complete software package, offering statistical tools for data analysis, data management and graphics. == Single-slot variant == =...") |
|||
Line 1: | Line 1: | ||
[http://www.stata.com| STATA] comprises a complete software package, offering statistical tools for data analysis, data management and graphics. | [http://www.stata.com| STATA] comprises a complete software package, offering statistical tools for data analysis, data management and graphics. | ||
== Loggin in to the HPC System == | |||
== Single-slot variant == | == Single-slot variant == | ||
Line 6: | Line 8: | ||
== Job status == | == Job status == | ||
After you submitted a job, the scheduler assigns it a unique job-ID. You might then use the <tt>qstat</tt> tool in conjunction with the job-ID to check the current status of | |||
the respective job. Detail on how to check the status of a job can be found [[Brief_Introduction_to_HPC_Computing#Checking_the_status_of_the_job| here]]. | |||
In case the job already finished, it is possible to retrieve information about the finished job by using the <tt>qacct</tt> tool, see [[Brief_Introduction_to_HPC_Computing#Details_for_finished_jobs| here]]. | |||
== Mounting your home directory on Hero == | == Mounting your home directory on Hero == |
Revision as of 14:14, 29 August 2013
STATA comprises a complete software package, offering statistical tools for data analysis, data management and graphics.
Loggin in to the HPC System
Single-slot variant
Multi-slot variant
Job status
After you submitted a job, the scheduler assigns it a unique job-ID. You might then use the qstat tool in conjunction with the job-ID to check the current status of the respective job. Detail on how to check the status of a job can be found here. In case the job already finished, it is possible to retrieve information about the finished job by using the qacct tool, see here.
Mounting your home directory on Hero
Consider a situation where you would like to transfer a large amount of data to the HPC System in order to analyze it via STATA. Similarly, consider a situation where you would like to transfer lots of already processed data from your HPC account to your local workstation. Then it is useful to mount your home directory on the HPC System in order to conveniently cope with such a task. Details about how to mount your HPC home directory can be found here.