Skip to content

Instantly share code, notes, and snippets.

View finnolec's full-sized avatar

Finn-Ole Carstens finnolec

View GitHub Profile
@finnolec
finnolec / install_openPMD.sh
Created February 8, 2022 10:04
hemera@HZDR: Install openPMD to run PIConGPU
#!/usr/bin/env bash
#
# Authors: Axel Huebl, Marco Garten, Klaus Steiniger, Finn-Ole Carstens
#
# last updated: 2021-11-10
#
# Based on https://gist.github.com/steindev/86df43bef49586e2b33d2fb0a372f09c
# It is advisable to compile libraries on an interactive node
# > srun -p gpu2-interactive --gres=gpu:0 --ntasks=1 --pty --mem=8G -t 2:00:00 bash # get resources on a node
@finnolec
finnolec / install_PIConGPU_0.6.0-dev_dependencies_taurus.sh
Created November 10, 2021 11:50
taurus@TUD: Install PIConGPU dependencies to run on the partition
#!/usr/bin/env bash
#
# Authors: Axel Huebl, Marco Garten, Klaus Steiniger, Finn-Ole Carstens
#
# last updated: 2021-11-10
#
# Based on https://gist.github.com/steindev/86df43bef49586e2b33d2fb0a372f09c
# It is advisable to compile libraries on an interactive node
# > srun -p gpu2-interactive --gres=gpu:0 --ntasks=1 --pty --mem=8G -t 2:00:00 bash # get resources on a node
@finnolec
finnolec / update_profiles.sh
Last active November 10, 2021 11:57
Updates picongpu standard profiles in a profile directory in home directory
#!/bin/bash
# Author: Finn-Ole Carstens
#
# Run this script to update your PIConGPU profiles.
# Do not run this script if you have personal code in your profiles in the $HOME/profiles directory that is not in the not in the picongpu src directory.
FIND_EMAIL="someone@example.com"
REPLACE_EMAIL="my_email@host.de"