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
280f935f
Commit
280f935f
authored
7 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
update version
parent
3df0fa4b
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/dynamo.md
+6
-6
6 additions, 6 deletions
ISB2017/installation_notes/dynamo.md
ISB2017/modulefiles/dynamo/v-1.1.286_MCR-9.2.0_GLNXA64_withMCR
+34
-0
34 additions, 0 deletions
...17/modulefiles/dynamo/v-1.1.286_MCR-9.2.0_GLNXA64_withMCR
with
40 additions
and
6 deletions
ISB2017/installation_notes/dynamo.md
+
6
−
6
View file @
280f935f
# Download dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR.tar
# Download dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR.tar
-
from https://drive.google.com/uc?
export=download&confirm=DTUM&
id=0B_T9apWxsZjM
OGN3NkVnV3FNLTQ
-
from https://drive.google.com/uc?id=0B_T9apWxsZjM
TEszNGpvVHVuYnM
-
requires openmpi-devel
-
requires openmpi-devel
```
```
mkdir /ISB2017/dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR
mkdir /ISB2017/dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR
tar -C /ISB2017/dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR -xf dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR.tar
tar -C /ISB2017/dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR -xf dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR.tar
cd /ISB2017/dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR
cd /ISB2017/dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR
export DYNAMO_ROOT=/ISB2017/dynamo-v-1.1.2
72
_MCR-9.2.0_GLNXA64_withMCR
export DYNAMO_ROOT=/ISB2017/dynamo-v-1.1.2
86
_MCR-9.2.0_GLNXA64_withMCR
source ${DYNAMO_ROOT}/dynamo_activate_linux.sh
source ${DYNAMO_ROOT}/dynamo_activate_linux.sh
source ${DYNAMO_ROOT}/dynamo_activate_linux_shipped_MCR.sh
source ${DYNAMO_ROOT}/dynamo_activate_linux_shipped_MCR.sh
module add mpi
module add mpi
...
...
This diff is collapsed.
Click to expand it.
ISB2017/modulefiles/dynamo/v-1.1.286_MCR-9.2.0_GLNXA64_withMCR
0 → 100644
+
34
−
0
View file @
280f935f
#%Module1.0
# /ISB2017/modulefiles/dynamo/1.1.286_MCR-9.2.0_GLNXA64_withMCR
# dynamo-1.1.286_MCR-9.2.0_GLNXA64_withMCR
proc ModulesHelp { } {
global dotversion
puts stderr "\tdynamo-1.1.286_MCR-9.2.0_GLNXA64_withMCR module"
}
module-whatis "adds `/ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//bin' to your PATH environment variable"
setenv DYNAMO_ROOT /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//matlab/bin
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//matlab/src
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//cuda/bin
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//mpi
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//examples
prepend-path PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//doc
prepend-path LD_LIBRARY_PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//MCRLinux/runtime/glnxa64
prepend-path LD_LIBRARY_PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//MCRLinux/bin/glnxa64
prepend-path LD_LIBRARY_PATH /ISB2017/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR//MCRLinux/sys/os/glnxa64
eval set [ array get env USER ]
set workdir /tmp/$USER/dynamo-v-1.1.253_MRC-9.2.0_GLNXA64_withMCR
# create directory if necessary
if [ module-info mode load ] {
if { ! [ file exists $workdir ] } {
file mkdir $workdir
}
}
setenv MCR_CACHE_ROOT /tmp/$USER/dynamo-v-1.1.286_MCR-9.2.0_GLNXA64_withMCR
module add mpi/openmpi-x86_64
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