Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
it4i-singularity
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
SCS
it4i-singularity
Commits
bbd8bcd4
Commit
bbd8bcd4
authored
2 years ago
by
Jakub Kropáček
Committed by
Jakub Kropáček
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'it4i-karolina'
parents
ce25d0ac
2e131d62
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/FEDORALATEST
+0
-50
0 additions, 50 deletions
install/FEDORALATEST
with
0 additions
and
50 deletions
install/FEDORALATEST
+
0
−
50
View file @
bbd8bcd4
...
@@ -10,53 +10,3 @@ yum -y install python gcc gcc-c++ gcc-gfortran make wget vim mc procps tcl pkg-c
...
@@ -10,53 +10,3 @@ yum -y install python gcc gcc-c++ gcc-gfortran make wget vim mc procps tcl pkg-c
# Fedora repo
# Fedora repo
yum -y install bash-completion pigz tmux
yum -y install bash-completion pigz tmux
cd /tmp
# OpenMPI
#wget https://www.open-mpi.org/software/ompi/v3.1/downloads/openmpi-3.1.4.tar.gz
#tar xvf openmpi-3.1.4.tar.gz && cd openmpi-3.1.4
#./configure --prefix=/usr/local --with-hwloc=internal
#make -j 16
#make install
wget https://github.com/TACC/Lmod/archive/8.5.tar.gz
tar xvf 8.5.tar.gz
cd Lmod-8.5
./configure --prefix=/opt/apps
make install
ln -s /apps/all/Lmod/8.5/lmod/etc /opt/apps/lmod/etc
# pip
curl -s -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install setuptools --upgrade
%environment
source /opt/apps/lmod/8.5/init/profile
export LMOD_PACKAGE_PATH=/opt/apps/lmod/
if [ "$(id -u)" -ne 0 ]; then
MODULEPATH=""
for dir in /apps/modules/*
do
# Exclude following directories
if [[ (${dir##*/} == "all") ]]; then
continue
fi
# In case that it's directory
if [ -d "$dir" ]; then
if [ -z "$MODULEPATH" ]; then
MODULEPATH="$dir"
else
MODULEPATH="$MODULEPATH:$dir"
fi
fi
done
# export
export MODULEPATH
fi
ml purge
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