Fixing Git Group Write Errors

200px-Git-logo.svg

When many users are committing to the same git repository, the correct group permissions must be set.

Continue Reading

Extract a Tar Archive to Multiple Directories Matching A Pattern

openlogo-100

A bash command chain to simultaneously extract a compressed tar archive to multiple directories matching a pattern.

Continue Reading

Requesting GPUs At Job Submission With Torque

A picture of a GPU card

According to the Torque Documentation, “in TORQUE 2.5.4 and later, users can request GPUs on a node at job submission”. This post describes how to configure Torque for this functionality, allowing GPU resources to be scheduled among multiple users. In a future post, I will also describe one approach that could be used to manage [...]

Continue Reading