Energy Accounting on Derecho
As part of CISL's recent submission to the Green500 list, we have implemented a PBS hook (plugin) which allows PBS to record cumulative energy consumption data for each job individually.
As part of CISL's recent submission to the Green500 list, we have implemented a PBS hook (plugin) which allows PBS to record cumulative energy consumption data for each job individually.
VSCode is an extensible code editing software that can connect to remote systems like Derecho and Casper. Intellisense, Jupyter, and other extensions gives you options to keep the editor as lightweight or complex as you prefer. Additional quality of life features like GUI file transfers, a terminal window, and local or remote Jupyter notebook execution make VSCode an appealing editor for use with NCAR systems.
bash
history
on different HPC resourcesNCAR's HPC resource share a common home files system, which greatly simplifies working across systems. One slight annoyance I noted with this setup, however, is a common bash
history across all machines. While the commands I usually run on Casper and Derecho are very similar, they are not identical. Fortunately, bash
allows its history
behavior to be customized easily, and with just a little effort we can get HPC resource-specific history
implementations.
ssh
Do you tire of responding to Duo pushes every single time you log in to NCAR's HPC resources? While two-factor authentication (2FA) is a hard requirement for user access, there are techniques for "sharing" authentication, allowing multiple ssh
or scp
processes to reuse a pre-established connection. This technique uses the ControlPath
and ControlMaster
functionality built in to ssh
and requires some straightforward local configuration.
Today, we are excited to announce the launch of the NCAR HPC User Group (NHUG) Blog. This space is dedicated to sharing insights, tips, and tricks about NCAR HPC resources and practices.
This blog post explains how to contribute a blog article to the NHUG Blog.