Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
d864994e
Commit
d864994e
authored
4 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[bin][test_dumux] remove implicit folder layer
parent
98fad31a
No related branches found
No related tags found
1 merge request
!2447
Feature/remove test implicit layer
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/installdumux.py
+1
-1
1 addition, 1 deletion
bin/installdumux.py
bin/util/test_dumux.sh
+1
-1
1 addition, 1 deletion
bin/util/test_dumux.sh
with
2 additions
and
2 deletions
bin/installdumux.py
+
1
−
1
View file @
d864994e
...
...
@@ -127,7 +127,7 @@ show_message("(3/3) Step completed. Succesfully configured and built dune and du
#################################################################
#################################################################
show_message
(
"
(Installation complete) To test if everything works, please run the following commands (can be copied to command line):
\n\n
"
"
cd dumux/dumux/build-cmake/test/porousmediumflow/1p/
implicit/
isothermal
\n
"
"
cd dumux/dumux/build-cmake/test/porousmediumflow/1p/isothermal
\n
"
"
make test_1p_tpfa
\n
"
"
./test_1p_tpfa
\n
"
"
paraview *pvd
\n
"
)
This diff is collapsed.
Click to expand it.
bin/util/test_dumux.sh
+
1
−
1
View file @
d864994e
# Test to see if the download and configuration worked properly
cd
DUMUX/dumux/build-cmake/test/porousmediumflow/1p/
implicit/
isothermal
cd
DUMUX/dumux/build-cmake/test/porousmediumflow/1p/isothermal
make test_1p_tpfa
./test_1p_tpfa params.input
paraview
*
pvd
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