forked from shubhamguptaiitd/frequent_pattern_mining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
15 lines (13 loc) · 633 Bytes
/
install.sh
File metadata and controls
15 lines (13 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
repository="https://github.com/sahilm1992/COL761.git"
git clone "$repository"
# Loading compilers and relevant libraries (Use the ones that you need)
module load compiler/python/2.7.13/ucs4/gnu/447
module load compiler/python/3.6.0/ucs4/gnu/447
# module load compiler/java/8.112/precompiled
# module load lib/gnu/710/boost/1.64.0/gnu
module load compiler/gcc/7.1.0/compilervars
module load pythonpackages/3.6.0/numpy/1.16.1/gnu
module load pythonpackages/3.6.0/matplotlib/3.0.2/gnu
# module load pythonpackages/2.7.13/ucs4/gnu/447/numpy/1.12.1/gnu
# module load pythonpackages/2.7.13/ucs4/gnu/447/matplotlib/2.0.0/gnu