Skip to content

Instantly share code, notes, and snippets.

View glennklockwood's full-sized avatar

Glenn K. Lockwood glennklockwood

View GitHub Profile
@glennklockwood
glennklockwood / df.py
Last active December 23, 2020 02:01
File system fullness watcher
#!/usr/bin/env python3
"""Creates JSON representation of file system fullness
"""
import re
import time
import json
import subprocess
WATCHED_FS = re.compile(r'(^(dev)?tmpfs|:/cvmfs(/|\s)|/dev/|overlay)')
INTEGER_COLS = {'1K-blocks', 'Used', 'Available', 'Inodes', 'IUsed', 'IFree'}
@glennklockwood
glennklockwood / cudf_ARM64_jetson.md
Last active February 4, 2021 06:57 — forked from abishekmuthian/cudf_ARM64_jetson.md
Installing cudf on ARM(aarch64)[Jetson Nano]

Installing cuDF on Jetson Nano

These instructions move in the direction of building a cuDF docker image that works on Jetson Nano.

My setup

I'm using Nvidia Jetson nano.

  • Quad-core ARM® Cortex®-A57 MPCore processor
@glennklockwood
glennklockwood / darshan2parquet.ipynb
Created February 7, 2021 01:28
Convert Darshan log to Parquet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@glennklockwood
glennklockwood / .gitignore
Last active April 7, 2021 05:13
IOR Incompressibility Testing
.ipynb_checkpoints
@glennklockwood
glennklockwood / .gitignore
Last active May 13, 2021 19:00
Create a file on Lustre with explicitly set OSTs
lustre_createfile_layout
@glennklockwood
glennklockwood / privatelink.md
Created April 13, 2023 19:51
Private Link, Private Endpoint