Skip to content
Snippets Groups Projects
Commit d618cdc8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing running script

parent 42a897cb
No related branches found
No related tags found
No related merge requests found
#! /bin/bash #! /bin/bash
cd ..
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
cd openfpm_numerics
workspace=$1 workspace=$1
hostname=$2 hostname=$2
nproc=$3 nproc=$3
ntask_per_node=$5 ntask_per_node=$5
nodes=$4 nodes=$4
branch=$6
echo "Directory: $workspace" echo "Directory: $workspace"
echo "Machine: $hostname" 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