How can I run graphical applications with out VNC?

In order to run graphical applications on Acropolis with out VNC you will need to open an SSH session capable of X11 forwarding. Unlike VNC your applications will not continue to run once your SSH session has ended. This method is only suitable for short running...

Scratch Space on Acropolis

The Acropolis /home and /share directories are hosted over a 10GbE network connection. Jobs which perform large amounts of reads and writes to disk can benefit by using scratch space. Each compute node is equipped with a fast solid state drive located at /scratch....

Managing Jobs on Acropolis

“showq” will list the full job queue. “showq -u $USER” will only list your jobs. From here you can see the status of your submitted jobs. “checkjob” can be used to see the current status of a job. Run checkjob followed by the job id listed in showq. This...