Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user
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
Container Registry
Model registry
Operate
Environments
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
cris_l1b
user
Merge requests
!2
[WIP] RU code as a service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[WIP] RU code as a service
feat-serve-ru
into
develop
Overview
1
Commits
5
Pipelines
11
Changes
7
Merged
William Roberts
requested to merge
feat-serve-ru
into
develop
3 years ago
Overview
1
Commits
5
Pipelines
11
Changes
7
Expand
0
0
Merge request reports
Compare
develop
version 10
8cdc4e8d
3 years ago
version 9
6cda3b7a
3 years ago
version 8
7ad76387
3 years ago
version 7
8b435752
3 years ago
version 6
bf6bd20b
3 years ago
version 5
73326d90
3 years ago
version 4
4d6f02f9
3 years ago
version 3
6b42b3d8
3 years ago
version 2
a8bf1ea9
3 years ago
version 1
0d803bee
3 years ago
develop (base)
and
latest version
latest version
8cdc4e8d
5 commits,
3 years ago
version 10
8cdc4e8d
10 commits,
3 years ago
version 9
6cda3b7a
9 commits,
3 years ago
version 8
7ad76387
8 commits,
3 years ago
version 7
8b435752
7 commits,
3 years ago
version 6
bf6bd20b
6 commits,
3 years ago
version 5
73326d90
5 commits,
3 years ago
version 4
4d6f02f9
4 commits,
3 years ago
version 3
6b42b3d8
3 commits,
3 years ago
version 2
a8bf1ea9
2 commits,
3 years ago
version 1
0d803bee
1 commit,
3 years ago
7 files
+
132
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
RU/cris-l1b-ru
+
2
−
2
Options
@@ -7,7 +7,7 @@ usagexit() {
}
abspath
()
{
python
-c
'import sys,os; print("\n".join([os.path.abspath(x) for x in sys.argv[1:]]))'
"
$@
"
python
-c
'import sys,os; print("\n".join([os.path.abspath(x) for x in sys.argv[1:]]))'
"
$@
"
}
test
-d
"
$RU_HOME
"
||
echo
>
&2
"
${
Oops
:?RU_HOME
is not set
}
"
@@ -24,4 +24,4 @@ test -d "$OUTPUT_FILE" || echo >&2 "${Oops:?please specify an output directory}"
export
MATLABPATH
=
"
$RU_HOME
"
# always limit the blast radius of LD_LIBRARY_PATH to as small a space as possible
export
LD_LIBRARY_PATH
=
"
$MCRROOT
/runtime/glnxa64:
$MCRROOT
/bin/glnxa64:
$MCRROOT
/sys/os/glnxa64"
exec
"
$RU_HOME
/run_ru_main.sh"
"
$MCRROOT
"
"
$SAT
"
"
$INPUT_FILE
"
"
1
"
"
$OUTPUT_FILE
"
exec
"
$RU_HOME
/run_ru_main.sh"
"
$MCRROOT
"
"
$SAT
"
"
$INPUT_FILE
"
"
2
"
"
$OUTPUT_FILE
"
Loading