Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpfs-policy
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
gpfs-policy
Commits
6397cc32
Commit
6397cc32
authored
4 months ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in comment
parent
d4b22d39
No related branches found
Branches containing commit
No related tags found
1 merge request
!52
Draft: Improvements to post processing workflow to make ad hoc use of scripts easier
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example-job-scripts/00-split-logs.sh
+1
-1
1 addition, 1 deletion
example-job-scripts/00-split-logs.sh
with
1 addition
and
1 deletion
example-job-scripts/00-split-logs.sh
+
1
−
1
View file @
6397cc32
...
@@ -15,7 +15,7 @@ conda activate gpfs
...
@@ -15,7 +15,7 @@ conda activate gpfs
# listcmd env var sets the command to enumerate datasets to process
# listcmd env var sets the command to enumerate datasets to process
# supports passing args during sbatch, e.g. listcmd="cat split-list" sbatch <thisscript>
# supports passing args during sbatch, e.g. listcmd="cat split-list" sbatch <thisscript>
# note: maxdeth speeds execution of find by avoiding deep dirs
# note: maxde
p
th speeds execution of find by avoiding deep dirs
listcmd
=
${
listcmd
:-
find
/data/rc/gpfs-policy/data -maxdepth 3 -path
"*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"
}
listcmd
=
${
listcmd
:-
find
/data/rc/gpfs-policy/data -maxdepth 3 -path
"*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"
}
logs
=(
$(
$listcmd
)
)
logs
=(
$(
$listcmd
)
)
...
...
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