Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
6670962f
Commit
6670962f
authored
9 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Use new syntax to invoke pycompare in testing pipeline
parent
f789f3d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
6670962f
...
...
@@ -212,18 +212,18 @@ testing_stage:
-
cd build/sphere
-
export FFILE=../../test_data/sphere/OSPH
-
echo "Comparing output of SPHERE"
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
=
$FFILE --cfile
=
c_OSPH --html
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
$FFILE --cfile
c_OSPH --html
-
echo "Checking consistency among legacy and HDF5 configuration files"
-
../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF c_TEDF.hd5
-
cd ../cluster
-
echo "Comparing output of CLUSTER"
-
export FFILE=../../test_data/cluster/OCLU
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
=
$FFILE --cfile
=
c_OCLU --html
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
$FFILE --cfile
c_OCLU --html
-
echo "Testing cluster with 24 spheres"
-
OMP_NUM_THREADS=1 OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 mpirun -n 2 ./np_cluster ../../test_data/cluster/DEDFB_24 ../../test_data/cluster/DCLU_24 .
-
echo "Comparing output of CLUSTER with 24 spheres"
-
export FFILE=../../test_data/cluster/OCLU_24
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
=
$FFILE --cfile
=
c_OCLU --html
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile
$FFILE --cfile
c_OCLU --html
-
echo "Checking consistency among legacy and HDF5 configuration files"
-
../testing/test_TEDF ../../test_data/cluster/DEDFB_24 c_TEDF c_TEDF.hd5
-
echo "Checking consistency among legacy and HDF5 TM files"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment