Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
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
verimag
synchrone
sasa
Commits
4055fa4d
Commit
4055fa4d
authored
4 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Doc: more enhancements
parent
a4b9ac91
No related branches found
No related tags found
No related merge requests found
Pipeline
#51897
passed
4 years ago
Stage: build
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guides/users/README.org
+20
-12
20 additions, 12 deletions
guides/users/README.org
with
20 additions
and
12 deletions
guides/users/README.org
+
20
−
12
View file @
4055fa4d
...
...
@@ -757,33 +757,40 @@ same.
Then:
#+BEGIN_SRC sh :eval no
opam -y init
opam switch create 4.11.1
opam init -y
eval $(opam env)
opam -y install merlin tuareg
opam -y user-setup install
echo "test -r ~/.opam/opam-init/init.sh && . ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true" >> ~/.bashrc
opam switch create 4.11.1
opam install -y merlin tuareg
opam user-setup install
opam repo add -a verimag-sync-repo \
"http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
opam
-y
update
opam
-y
install sasa
opam update
-y
opam install
-y
sasa
#+END_SRC
And optionally:
And optionally
(to define test oracles in Lustre or daemons in Lutin)
:
#+BEGIN_SRC sh :eval no
opam
-y
depext rdbgui4sasa lutin
opam
-y
install rdbgui4sasa lutin lustre-v6
opam depext
-y
rdbgui4sasa lutin
opam install
-y
rdbgui4sasa lutin lustre-v6
#+END_SRC
and:
#+BEGIN_SRC sh
and optionally too (for =luciole=, a gtk-based UI useful to play daemon manually):
#+BEGIN_SRC sh :eval no
mkdir ~/lv4 # for example
cd ~/lv4
wget http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v4/distrib/linux64/lustre-v4-III-e-linux64.tgz
tar xvzf lustre-v4-III-e-linux64.tgz
sudo apt install -y wish
echo "LUSTRE_INSTALL=~/lv4/lustre-v4-III-e-linux64" >> ~/.bashrc # if you are using bash
echo "PATH=$LUSTRE_INSTALL/bin:$PATH" >> ~/.bashrc
sudo apt install -y wish
#+END_SRC
and finally (for running examples in the =sasa/test/= directory):
#+BEGIN_SRC sh :eval no
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git
#+END_SRC
** Not strictly mandatory, but useful, third-party software
...
...
@@ -826,6 +833,7 @@ wget http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v4/distrib/linux64/l
tar xvzf lustre-v4-III-e-linux64.tgz
echo "LUSTRE_INSTALL=~/lv4/lustre-v4-III-e-linux64" >> ~/.bashrc # if you are using bash
echo "PATH=$LUSTRE_INSTALL/bin:$PATH" >> ~/.bashrc
sudo apt install -y wish
#+END_SRC
Otherwise:
http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v4/distrib/index.html
...
...
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