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

Debugging numeric on centos

parent 1f2e7ab7
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,17 @@ 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"
echo "Branch name: $branch"
# Get the branch of pdata
echo "RUN numerics test"
cd ..
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
source $HOME/openfpm_vars_$branch
cd openfpm_numerics
......
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