Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISB2017
Manage
Activity
Members
Labels
Plan
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
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
Quang tru HUYNH
ISB2017
Commits
6cc8fcf6
Commit
6cc8fcf6
authored
7 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
matlab module
parent
b198bcf2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ISB2017/installation_notes/matlab.md
+2
-0
2 additions, 0 deletions
ISB2017/installation_notes/matlab.md
ISB2017/modulefiles/matlab
+19
-0
19 additions, 0 deletions
ISB2017/modulefiles/matlab
with
21 additions
and
0 deletions
ISB2017/installation_notes/matlab.md
+
2
−
0
View file @
6cc8fcf6
...
...
@@ -29,3 +29,5 @@ sudo mount laureline.bis.pasteur.fr:/partimag /mnt
wget -O /ISB2017/matlab/licenses/license.dat http://atsukau.bis.pasteur.fr:81/ks/ISB2017-matlab.txt
echo ver|/ISB2017/matlab/bin/matlab
```
-
added matlab module file
This diff is collapsed.
Click to expand it.
ISB2017/modulefiles/matlab
0 → 100644
+
19
−
0
View file @
6cc8fcf6
#%Module1.0#####################################################################
##
## matlab modulefile
##
## modulefiles/matlab. Based from the dot module
## Tru 2009/10/14
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/matlab/bin' to your PATH environment variable"
puts stderr "\n\tThis makes it easy to add the /ISB2017/matlab/bin directory"
puts stderr "\tto your PATH environment variable. This allows you to"
puts stderr "\trun executables from the /ISB2017/matlab/bin."
}
module-whatis "adds `/ISB2017/matlab/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/matlab/bin
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