Skip to content

Instantly share code, notes, and snippets.

View jd-foster's full-sized avatar

James Foster jd-foster

View GitHub Profile
@JamieMair
JamieMair / setup_processes.jl
Last active November 20, 2023 12:14
Using SLURM with a Cluster in Julia with Distributed.jl and ClusterManagers.jl
using Pkg
Pkg.activate(".")
using ArgParse
using Distributed
using ClusterManagers
function parse_commandline()
arg_settings = ArgParseSettings()
@add_arg_table arg_settings begin