Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
4ef91ada
Commit
4ef91ada
authored
Sep 20, 2018
by
jhskone
Browse files
remove allow as root in maketest.inc and add --quiet flag to adduser
parent
abbe4e45
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ef91ada
...
...
@@ -147,7 +147,7 @@ west_test_gamma_intel:
-
git describe
-
make
-
ls ../bin
-
adduser -
q
--disabled-password --gecos qe qe
-
adduser -
-quiet
--disabled-password --gecos qe qe
-
cp -r test-suite /home/qe
-
su - qe
-
cd test-suite
...
...
test-suite/maketest.inc
View file @
4ef91ada
...
...
@@ -14,7 +14,7 @@ export NT=1 # Number of OPENMP threads
export
BINDIR
=
..
/../../
bin
# How to run in a parallel executable with MPI
export
PARA_PREFIX
=
mpirun
-
np
$
{
NP
}
--
allow
-
run
-
as
-
root
export
PARA_PREFIX
=
mpirun
-
np
$
{
NP
}
# How to download files
export
WGET
=
wget
-
N
-
q
...
...
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