Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree level htcondor file structure #194

Closed
dachengx opened this issue Sep 2, 2024 · 1 comment · Fixed by #202
Closed

Tree level htcondor file structure #194

dachengx opened this issue Sep 2, 2024 · 1 comment · Fixed by #202

Comments

@dachengx
Copy link
Collaborator

dachengx commented Sep 2, 2024

The current directory structure is like this:

xudc@ap23:workflows$ tree -L 2
.
├── generated
│   ├── dx_cevns-discovery_power-202407211156
│   └── dx_cevns-discovery_power-202409020510
├── outputs
│   └── dx_cevns-discovery_power-202407211156
└── runs
    ├── dx_cevns-discovery_power-202407211156
    └── dx_cevns-discovery_power-202409020510

8 directories, 0 files

is it better to change it to:

.
├── dx_cevns-discovery_power-202409020510
│   ├── generated
│   └── runs
├── dx_cevns-discovery_power-202407211156
    ├── generated
    ├── outputs
    └── runs
@FaroutYLq
Copy link
Contributor

I think this makes sense to me. I just inherited the structure from outsource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants