Skip to content

Instantly share code, notes, and snippets.

View dliptai's full-sized avatar

David Liptai dliptai

  • ADACS Australia (Swinburne University)
View GitHub Profile
@dliptai
dliptai / errWarnMsgHook.lua
Created July 30, 2025 02:58
Lmod hook to show missing dependencies/versions available when module load fails
require("strict")
local hook = require("Hook")
local Cache = require("Cache")
local Dbg = require("Dbg")
local dbg = Dbg:dbg()
------------------------------------------------------------------
-- Helper functions to parse module strings
------------------------------------------------------------------
@dliptai
dliptai / build-openvdb-python.md
Created August 31, 2023 05:57
Building OpenVDB with Python bindings