Skip to content

Instantly share code, notes, and snippets.

View lukas-koschmieder's full-sized avatar

Lukas Koschmieder lukas-koschmieder

View GitHub Profile
@gdlmx
gdlmx / Conda_condor.make
Last active August 9, 2019 13:53
HTCondor built with Python3 and Globus GSI
# Used by conda-build with the Anaconda GCC compilers:
# gcc_linux-64=7 gxx_linux-64 libgcc-ng=7
CONDAHOME?=$(CONDA_PREFIX)
GLOBUSHOME:=$(PWD)/../globus/usr
CONDORVER:=8.7.9
SRCDIR:=../condor-$(CONDORVER)
GCCROOT=$(CONDAHOME)/x86_64-conda_cos6-linux-gnu
@gdlmx
gdlmx / build-DAMASK.sh
Last active July 21, 2023 11:48
Build script for DAMASK v2.0.2
#!/bin/bash
set -e
#INTELROOT=$( which ifort | sed -e 's:bin/\w*/*ifort::' )
#source $INTELROOT/bin/compilervars.sh intel64
function getsrc () {
local filename=$(basename "$1")
local dirname=${filename%%-*}
[ -d ${dirname}*/ ] || ( wget "$1" && tar -xf "$filename" && rm "$filename" )
@gdlmx
gdlmx / Sci_workflow_management.md
Last active April 26, 2023 16:55
Scientific workflow management systems
@n-s-k
n-s-k / OOP_F2003_Part_1.md
Last active November 25, 2025 15:33
Object-Oriented Programming in Fortran 2003 Part 1: Code Reusability