Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIE Benoît
Méso-NH code
Commits
71b93541
Commit
71b93541
authored
6 months ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 17/09/2024: KTEST: correct small Makefile problems
parent
f3720639
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MY_RUN/KTEST/001_2Drelief/Makefile
+4
-4
4 additions, 4 deletions
MY_RUN/KTEST/001_2Drelief/Makefile
MY_RUN/KTEST/007_16janvier/Makefile
+1
-0
1 addition, 0 deletions
MY_RUN/KTEST/007_16janvier/Makefile
with
5 additions
and
4 deletions
MY_RUN/KTEST/001_2Drelief/Makefile
+
4
−
4
View file @
71b93541
all
:
cd
001_prep_ideal_case
&&
run_prep_ideal_case_xyz
cd
002_mesonh
&&
run_mesonh_xyz
ifneq
"$(MNH_PYTHON)" "NO"
ifneq
"$(MNH_PYTHON)" "NO"
cd
003_python
&&
run_python
endif
endif
clean
:
cd
001_prep_ideal_case
&&
clean_prep_ideal_case_xyz
cd
002_mesonh
&&
clean_mesonh_xyz
ifneq
"$(MNH_PYTHON)" "NO"
ifneq
"$(MNH_PYTHON)" "NO"
cd
003_python
&&
clean_python
endif
endif
python
:
cd
003_python
&&
run_python
This diff is collapsed.
Click to expand it.
MY_RUN/KTEST/007_16janvier/Makefile
+
1
−
0
View file @
71b93541
...
...
@@ -38,5 +38,6 @@ clean:
ifneq
"$(MNH_PYTHON)" "NO"
cd
010_python
&&
clean_python
endif
cd
011_spectre
&&
clean_spectre_xyz
python
:
cd
010_python
&&
run_python
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