Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OnedataSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAGO
Software
OnedataSim
Commits
c30d704c
Commit
c30d704c
authored
4 years ago
by
AJRubio-Montero
Browse files
Options
Downloads
Patches
Plain Diff
Updated release of ARTI for hihg energies.
parent
7f49c96b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
arti
+1
-1
1 addition, 1 deletion
arti
wrappers/do_sims_onedata.py
+2
-2
2 additions, 2 deletions
wrappers/do_sims_onedata.py
with
4 additions
and
4 deletions
.gitmodules
+
1
−
1
View file @
c30d704c
[submodule "arti"]
[submodule "arti"]
path = arti
path = arti
url = https://github.com/lagoproject/arti.git
url = https://github.com/lagoproject/arti.git
branch = dev
-challenge
branch = dev
This diff is collapsed.
Click to expand it.
arti
@
606c7794
Compare
d8f8caa2
...
606c7794
Subproject commit
d8f8caa280550078fad90fc2dfc9b1c4c06ca543
Subproject commit
606c77945454d88298b042b60f77d645bd445ac5
This diff is collapsed.
Click to expand it.
wrappers/do_sims_onedata.py
+
2
−
2
View file @
c30d704c
...
@@ -349,8 +349,8 @@ def _consumer(catcodename, onedata_path, arti_params_dict):
...
@@ -349,8 +349,8 @@ def _consumer(catcodename, onedata_path, arti_params_dict):
# ------------ main stuff ---------
# ------------ main stuff ---------
(
arti_params
,
arti_params_dict
,
arti_params_json_md
)
=
get_sys_args
()
(
arti_params
,
arti_params_dict
,
arti_params_json_md
)
=
get_sys_args
()
catcodename
=
arti_params_dict
[
"
p
"
]
catcodename
=
arti_params_dict
[
"
p
"
]
onedata_path
=
'
/mnt/datahub.egi.eu/LAGOsim
'
#
onedata_path = '/mnt/datahub.egi.eu/LAGOsim'
#
onedata_path = '/mnt/datahub.egi.eu/test8/LAGOSIM'
onedata_path
=
'
/mnt/datahub.egi.eu/test8/LAGOSIM
'
catalog_path
=
onedata_path
+
'
/
'
+
catcodename
catalog_path
=
onedata_path
+
'
/
'
+
catcodename
print
(
arti_params
,
arti_params_dict
,
arti_params_json_md
)
print
(
arti_params
,
arti_params_dict
,
arti_params_json_md
)
...
...
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