Skip to content
Snippets Groups Projects
Commit 81cb5670 authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

Preparing for cluster

parent ce4a506e
No related branches found
No related tags found
3 merge requests!153Local add output info,!144Debug cardmech,!108Resolve "Remove orientation specific material formulation"
Pipeline #123622 passed
#!/usr/bin/env bash
# reading variables
NODE=$($#>0? $1 : 00)
CORES=$($#>1? $2 : 16)
NODE="$($#>0? $1 : 00)"
CORES="$($#>1? $2 : 16)"
BRANCH="$(git rev-parse --abbrev-ref HEAD)"
# Committing everything in git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment