Skip to content
Snippets Groups Projects
Commit 4f526e11 authored by jstark's avatar jstark
Browse files
parents 31b92608 d14fea8b
No related branches found
No related tags found
1 merge request!1Master
#! /bin/bash
cd ..
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
cd openfpm_numerics
workspace=$1
hostname=$2
nproc=$3
ntask_per_node=$5
nodes=$4
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
echo "Directory: $workspace"
echo "Machine: $hostname"
......
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