Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
0afc8666
Commit
0afc8666
authored
May 14, 2021
by
Andreas Marek
Browse files
update ci script
parent
532f10bf
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci_test_scripts/run_ci_tests.sh
View file @
0afc8666
...
...
@@ -211,10 +211,10 @@ then
echo
" "
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"export OMP_NUM_THREADS=
$ompThreads
"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"export TASKS=
$mpiTasks
"
>>
./run_
${
CLUSTER
}
_1node.sh
#
echo "while !
\
[ -f ./build_done
\
];" >> ./run_${CLUSTER}_1node.sh
#
echo "do" >> ./run_${CLUSTER}_1node.sh
#
echo "echo \" \" > /dev/null" >> ./run_${CLUSTER}_1node.sh
#
echo "done" >> ./run_${CLUSTER}_1node.sh
echo
"while ! [ -f ./build_done ];"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"do"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"echo
\"
\"
> /dev/null"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"done"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"make check TEST_FLAGS=
\"
$matrixSize
$nrEV
$blockSize
\"
"
>>
./run_
${
CLUSTER
}
_1node.sh
echo
" "
>>
./run_
${
CLUSTER
}
_1node.sh
echo
"exitCode=
\$
?"
>>
./run_
${
CLUSTER
}
_1node.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment