Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
71765fd1
Commit
71765fd1
authored
Jan 28, 2021
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
DEBUG
parent
bfae0a0e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/parse_cmd.sh
+4
-2
4 additions, 2 deletions
util/parse_cmd.sh
with
4 additions
and
2 deletions
util/parse_cmd.sh
+
4
−
2
View file @
71765fd1
...
@@ -11,9 +11,11 @@
...
@@ -11,9 +11,11 @@
## - REQUIRE_DECAY: require the --decay flag to be set
## - REQUIRE_DECAY: require the --decay flag to be set
## =============================================================================
## =============================================================================
## Commented out because this should be taken care of by the
## calling script to not enforce a fixed directory structure.
## make sure we launch this script from the project root directory
## make sure we launch this script from the project root directory
PROJECT_ROOT
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
>
/dev/null 2>&1
;
pwd
-P
)
"
/..
#
PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/..
pushd
${
PROJECT_ROOT
}
#
pushd ${PROJECT_ROOT}
## =============================================================================
## =============================================================================
## Step 1: Process the command line arguments
## Step 1: Process the command line arguments
...
...
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