Skip to content

Instantly share code, notes, and snippets.

View PrometheusPi's full-sized avatar
:electron:
working

Richard Pausch PrometheusPi

:electron:
working
View GitHub Profile
#!/bin/bash
# This is an adoptation of a script by Axel Huebl (ax3l)
# to compress hdf5 files in PIConGPU simulations.
# It is geared to run on SLURM systems with a recent version
# of SLURM.
#SBATCH --time=72:00:00
#SBATCH --nodes=1
#SBATCH --ntasks=24
#!/bin/bash
module load gcc/6.3.0
module load cmake/3.18.4
module load openmpi/2.0.1
module load cuda/9.2
module load boost/1.69.0
export CXX=$(which g++)
export CC=$(which gcc)
@PrometheusPi
PrometheusPi / gist:9ea1bb17e1f00f7af08ffb5c104b097f
Created September 13, 2021 09:13
getting_started_at_CRP.md
# Tasks for getting started in the CRP group
**1. Working with a Terminal:**
Familiarize yourself with standard bash commands to be able to navigate, inspect and edit files on a compute cluster.
Resources: http://swcarpentry.github.io/shell-novice/
old: https://v4.software-carpentry.org/shell/index.html (especially chapter 9 - ssh)
**2. Quick introduction to PIConGPU:**
Familiarize yourself with the general concept of PIConGPU (and ISAAC).
Resources PIConGPU: https://www.youtube.com/watch?v=FWWDQOf5qy0
#!/bin/bash
# for hemera
#module load python/3.6.5 # default for jupyter hub
#source test_virtualEnv/bin/activate
module load gcc/7.3.0
module load openmpi/4.0.4-csk
module load zlib/1.2.11