Frequently Asked Questions
WHO CAN GET HPC ACCESS?
All CQUni Staff – CQUni Researchers, Academic, Post Graduate and 3/4th year students can access CQUni’s HPC facilities for free! To request an account please contact TaSAC.
CAN I CONNECT TO THE HPC FACILITIES FROM HOME OR ANYWHERE OUTSIDE THE CQUNI NETWORK?
Yes – but you will need to install and use the “VPN” software. For assistance with installing the VPN please contact TaSAC, their details can be found here.
WHAT SHOULD I WRITE TO ACKNOWLEDGE THE HPC FACILITIES AND ITS SUPPORT FOR MY RESEARCH?
We gratefully acknowledge CQUniversity’s eResearch support and the use of the High Performance Computing facility (https://eresearch.cqu.org.au/high-performance-computing/) in the completion of this work.
THERE IS ADDITIONAL SOFTWARE I REQUIRE, CAN IT BE INSTALLED ON THE HPC FACILITIES?
There are many restrictions which may prevent software from being installed, such as software licenses or the ability to be installed within a Linux Operating Environment. That being said, there are many applications that could be installed and you are encouraged to ask the question “can my required software be installed on the HPC facilities”. As there are many cases where the answer will be yes.
CAN I USE THE HPC FACILITY TO STORE DATA?
The HPC facility is designed to allows user access to large storage systems which are located near significant computing resources. This is designed to assist in the running of simulations and programs. Therefore, users are expected to upload require data files and execute HPC programs. Once the data is no longer required, it should be removed from the HPC facilities. It is suggested to look at the “Data tools” section for more permanent storage options.
CAN I USE MY “WINDOWS” COMPUTER TO EDIT MY PROGRAMS, SCRIPTS OR SUBMISSION FILES BEFORE USING THEM DIRECTLY ON THE HPC SYSTEM?
Yes. If you have your HPC account mapped (see here for instructions), you can edit your files directly. It should be noted when using some windows tools, the files are saved as “windows format files”, rather than “unix format files”. This is a particular issue for PBS submission scripts. It is suggested to use an alternative text file editor, such as metapad – http://liquidninja.com/metapad/. This “notepad” replacement has many additional features, including saving the file in unix format. This program is also superior for opening output files as well.
WHAT IS A GOOD GUI TEXT EDITOR THAT I CAN USE ON THE HPC SYSTEM?
“gedit” is a good program for editing text files, such as PBS “submission” scripts, program code and program output. To use gedit, simply open a terminal session and execute the command gedit
.