This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |