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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
6a927a23
Commit
6a927a23
authored
3 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Save copies of np_sphere binary configuration files for consistency tests
parent
485afdf9
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
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
6a927a23
...
@@ -242,6 +242,8 @@ running_stage:
...
@@ -242,6 +242,8 @@ running_stage:
-
chmod +x np_sphere
-
chmod +x np_sphere
-
OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH .
-
OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH .
-
mv c_OSPH c_OSPH_dev
-
mv c_OSPH c_OSPH_dev
-
mv c_TEDF c_TEDF_dev
-
mv c_TEDF.hd5 c_TEDF_dev.hd5
-
echo "Testing parallel execution of SPHERE"
-
echo "Testing parallel execution of SPHERE"
-
../../src/scripts/model_maker.py ../../test_data/sphere/config_181_xi.yml
-
../../src/scripts/model_maker.py ../../test_data/sphere/config_181_xi.yml
-
echo "Running parallel np_sphere"
-
echo "Running parallel np_sphere"
...
@@ -295,7 +297,7 @@ testing_stage:
...
@@ -295,7 +297,7 @@ testing_stage:
-
export FFILE=../../test_data/sphere/OSPH_181_xi
-
export FFILE=../../test_data/sphere/OSPH_181_xi
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile $FFILE --cfile c_OSPH_181_xi --html
-
python3 ../../src/scripts/pycompare.py --no-progress --ffile $FFILE --cfile c_OSPH_181_xi --html
-
echo "Checking consistency among legacy and HDF5 configuration files"
-
echo "Checking consistency among legacy and HDF5 configuration files"
-
../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF c_TEDF.hd5
-
../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF
_dev
c_TEDF
_dev
.hd5
-
cd ../inclusion
-
cd ../inclusion
-
echo "Comparing output of INCLUSION"
-
echo "Comparing output of INCLUSION"
-
export FFILE=../../test_data/inclusion/OINCLU
-
export FFILE=../../test_data/inclusion/OINCLU
...
...
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