Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hamburg LOFAR Toolkit Installation Script
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc
Hamburg LOFAR Toolkit Installation Script
Commits
c35845a5
Commit
c35845a5
authored
May 22, 2020
by
Francesco Gasperin fdg@hs.uni-hamburg.de
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
5b3d64b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_lofar.sh.config.rrz
+37
-0
37 additions, 0 deletions
build_lofar.sh.config.rrz
with
37 additions
and
0 deletions
build_lofar.sh.config.rrz
0 → 100755
+
37
−
0
View file @
c35845a5
# The setup on the Hamburg LOFAR GPU Cluster.
aoflagger_version=2.14.0
casacore_version=latest
dysco_version=1.2.0
pybdsf_version=latest # weird C++ template error with 1.8.12
pycasa_version=3.1.1
wsclean_version=latest
# This gives us CUDA, gcc, Open MPI and dependencies
# from pkgsrc in separate prefixes.
. /sw/profile/init.sh
module switch env env/2019Q4-cuda-gcc-openmpi
#module switch env env/2019Q4-cuda-gcc-openmpi-serialblas
module load pythonversion/3
# You could experiment with idg using MKL, but it is recommened
# to try a consistent environment where everyone agrees on using
# MKL for BLAS/LAPACK, too.
#module load mkl/2020.0.166
#idg_mkl=ON
make_jobs=64
export CC=gcc
export CXX=g++
export FC=gfortran
export CFLAGS="-march=native -O3 -fno-math-errno -ftree-vectorize"
export FCFLAGS="$CFLAGS"
export CXXFLAGS="-D_GLIB_USE_CXX_ABI=1 -DBOOST_NO_CXX11_SCOPED_ENUMS $CFLAGS"
# This should match what BLAS is used in the dependencies.
# If you venture to link statically, you might have to include
# BLAS_LIBS in LAPACK_LIBS, same for CBLAS, LAPACKE.
export BLAS_LIBS=$RRZ_BLAS_LIBS # from the env/ module
export CBLAS_LIBS=$RRZ_CBLAS_LIBS # from the env/ module
export LAPACK_LIBS=$RRZ_LAPACK_LIBS # from the env/ module
export LAPACKE_LIBS=$RRZ_LAPACKE_LIBS # from the env/ modules
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