about 5 years ago
More (and easier!) GPU scheduling options
by Kilian Cavalotti
GPU scheduling is now easier and more powerful on Sherlock, with the addition of new job submission options especially targeted at GPU workloads. The most visible change is that you can now use the --gpus option when submitting jobs...about 5 years ago
Call for scientific awesomeness!
by Kilian Cavalotti
Every fall for the last 30 years, the HPC community has gathered at SC, the International Conference for High Performance Computing Networking, Storage, and Analysis, and will meet again this year, for the SC19 conference, in Denver, CO...over 5 years ago
A better view at Sherlock's resources
by Kilian Cavalotti
How many jobs are running? What partitions do I have access to? How many CPUs can I use? Where should I submit my jobs? Any of those sound familiar? We know it's not always easy to navigate the native scheduler tools, their syntax, and...over 5 years ago
When setting an environment variable gives you a 40x speedup
by Kilian Cavalotti
Today, we'd like to share some of our recent work on Sherlock that allowed a pretty significant speedup when listing files in directories with a lot of entries. > Unlike our usual announcements, this post is more of a behind-the-scenes...almost 6 years ago
Out with the old, in with the new!
by Kilian Cavalotti
It's been a little over five years since Sherlock first entered production and ran its first jobs. A lot of time has passed, and with it, Sherlock grew ten-fold, its user base exploded and technology trends evolved significantly. The...about 6 years ago
Sherlock OnDemand
by Kilian Cavalotti
Today, we're announcing Sherlock OnDemand, a brand new way to use the Sherlock cluster. Hot on the heels of the SC18 Supercomputing Conference, and right in time for the long Thanksgiving week-end, we thought that a good way to thank...about 6 years ago
Sherlock goes container-native
by Kilian Cavalotti
Software
Improvement
Announce
In recognition of the fast-moving software landscape and the emerging needs of our users, we're pleased to announce, from the SC18 Supercomputing conference in Dallas, TX, that Sherlock is going container-native. Starting today, users...about 6 years ago
Persistent processes on Sherlock
by Kilian Cavalotti
There are many cases where having a persistent process (or service) running alongside computing jobs is of great benefit. For instance, when data is stored in a database format to allow for highly efficient queries, jobs that want to...over 6 years ago
Running containers on Sherlock
by Kilian Cavalotti
Have you ever wanted to run Docker containers on Sherlock, and skip the hassle of figuring out your application dependencies, installing them, compiling the code, resolving compilation errors, finding missing libraries, or making sure...