Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
a8da6eac
Commit
a8da6eac
authored
4 years ago
by
lche0021
Browse files
Options
Downloads
Patches
Plain Diff
point module logging path to the public one
parent
c044bca6
No related branches found
No related tags found
3 merge requests
!464
Fix listdeps
,
!442
Smoke test
,
!351
Smoke test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smoke_test/software_usage
+2
-2
2 additions, 2 deletions
smoke_test/software_usage
with
2 additions
and
2 deletions
smoke_test/software_usage
+
2
−
2
View file @
a8da6eac
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
# This script will count the number of occurence for all modules in logging and sort the them in desceding order
# This script will count the number of occurence for all modules in logging and sort the them in desceding order
timestamp
=
$(
date
|
sed
's/ /_/g'
|
sed
's/\:/\_/g'
)
timestamp
=
$(
date
|
sed
's/ /_/g'
|
sed
's/\:/\_/g'
)
output
=
${
1
:-${
timestamp
}
.txt
}
output
=
${
1
:-${
timestamp
}
.txt
}
#
MODULE_LOGGING_PATH=/projects/pMOSP/module_logging
MODULE_LOGGING_PATH
=
/projects/pMOSP/module_logging
MODULE_LOGGING_PATH
=
/home/luhanc/module_logging
#
MODULE_LOGGING_PATH=/home/luhanc/module_logging
userlist
=
$(
ls
-d
$MODULE_LOGGING_PATH
/
*
/
)
userlist
=
$(
ls
-d
$MODULE_LOGGING_PATH
/
*
/
)
declare
-A
modules
declare
-A
modules
...
...
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