Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
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
esmenv
mkexp
Commits
1310f3fc
Commit
1310f3fc
authored
8 months ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
Global: move default config/tmpl to mkexp/
parent
e8ba9983
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+1
-1
1 addition, 1 deletion
CHANGES.rst
mkexp
+2
-2
2 additions, 2 deletions
mkexp
test/mkexp/namelist.tmpl
+0
-0
0 additions, 0 deletions
test/mkexp/namelist.tmpl
with
3 additions
and
3 deletions
CHANGES.rst
+
1
−
1
View file @
1310f3fc
...
...
@@ -13,7 +13,7 @@ Global
---------
* Move ``standard_*`` directories to ``mkexp/*``,
rename ``experiments`` to ``types``.
rename ``experiments`` to ``types``
, move defaults to ``mkexp/``
.
``standard_*`` is still supported
Templates
...
...
This diff is collapsed.
Click to expand it.
mkexp
+
2
−
2
View file @
1310f3fc
...
...
@@ -67,8 +67,8 @@ def get_exp_template_names(experiment_config_id, config, job_or_namelist):
get_exp_template_name
(
config
.
experiment_kind
,
job_or_namelist
,
ExpConfig
.
typ_lib_path
),
get_exp_template_name
(
ExpConfig
.
default_name
,
job_or_namelist
,
ExpConfig
.
typ_lib_path
),
get_template_name
(
job_or_namelist
,
ExpConfig
.
typ_lib_path
),
ExpConfig
.
lib_dir
),
get_template_name
(
job_or_namelist
,
ExpConfig
.
lib_dir
),
# Legacy directory structure
get_exp_template_name
(
config
.
experiment_kind
,
job_or_namelist
),
get_exp_template_name
(
ExpConfig
.
default_name
,
job_or_namelist
),
...
...
This diff is collapsed.
Click to expand it.
test/mkexp/
types/
namelist.tmpl
→
test/mkexp/namelist.tmpl
+
0
−
0
View file @
1310f3fc
File moved
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