RDS – Customize RDP settings Mac OS

RDP Fine-Tuning There are some configuration items to make your RDP session more comfortable: 1. Save credentials 2. Display settings (screen resolution) 3. Devices 4. Folders     Getting into the RDP Settings Click the Launchpad on the dock at the bottom of...

RDS – Customize RDP settings Windows

RDP Fine-Tuning There are some configuration items to make your RDP session more comfortable: 1. Save credentials 2. Display settings (screen resolution) 3. Mapped Resources (e.g. printer or folder) 4. Experience Settings   Save Your Credentials It is not...

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...

How do I submit a batch job to Acropolis?

Qsub Qsub is the command used to submit jobs to the cluster. Users are permitted to use up to 350 cores and 1TB of memory at a time. Beyond that your work will queue until your running jobs have completed. Resource reservations are strictly enforced. Your jobs will...

Configuring Matlab on Acropolis

Matlab 2016b is the default version on Acropolis. Additional versions of Matlab can be loaded with the module command. Matlab 2016b is configured to work with the Distributed Computing Server. Matlab DCS is integrated with the job scheduler. This allows you to...