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
8cd37fe2
Commit
8cd37fe2
authored
3 years ago
by
henedler
Browse files
Options
Downloads
Patches
Plain Diff
wsclean master facet tests
parent
7c516cc4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build_lofar.sh
+2
-1
2 additions, 1 deletion
build_lofar.sh
build_lofar.sh.config.rrz
+3
-1
3 additions, 1 deletion
build_lofar.sh.config.rrz
wsclean-buildfix.patch
+0
-11
0 additions, 11 deletions
wsclean-buildfix.patch
with
5 additions
and
13 deletions
build_lofar.sh
+
2
−
1
View file @
8cd37fe2
...
@@ -577,6 +577,7 @@ if [ ! -e $prefix/.done ]; then
...
@@ -577,6 +577,7 @@ if [ ! -e $prefix/.done ]; then
-DCASACORE_ROOT_DIR
=
$lofar_prefix
/casacore
\
-DCASACORE_ROOT_DIR
=
$lofar_prefix
/casacore
\
-DIDGAPI_INCLUDE_DIRS
=
$lofar_prefix
/idg/include
\
-DIDGAPI_INCLUDE_DIRS
=
$lofar_prefix
/idg/include
\
-DIDGAPI_LIBRARIES
=
$lofar_prefix
/idg/lib/libidg-api.so
\
-DIDGAPI_LIBRARIES
=
$lofar_prefix
/idg/lib/libidg-api.so
\
-DBLAS_openblas_LIBRARY
:FILEPATH
=
/sw/env/cuda-11.1.1_gcc-8.4.0_openmpi-4.0.5/pkgsrc/2020Q3/lib/libopenblas_pthread.so
\
-DEVERYBEAM_INCLUDE_DIR
=
$lofar_prefix
/EveryBeam/include
\
-DEVERYBEAM_INCLUDE_DIR
=
$lofar_prefix
/EveryBeam/include
\
-DEVERYBEAM_LIB
=
$lofar_prefix
/EveryBeam/lib/libeverybeam.so
\
-DEVERYBEAM_LIB
=
$lofar_prefix
/EveryBeam/lib/libeverybeam.so
\
../src
&&
../src
&&
...
...
This diff is collapsed.
Click to expand it.
build_lofar.sh.config.rrz
+
3
−
1
View file @
8cd37fe2
...
@@ -14,7 +14,7 @@ casacore_version=3.3.0
...
@@ -14,7 +14,7 @@ casacore_version=3.3.0
dysco_version=1.2.0
dysco_version=1.2.0
pybdsf_version=latest # weird C++ template error with 1.8.12
pybdsf_version=latest # weird C++ template error with 1.8.12
pycasa_version=3.1.1
pycasa_version=3.1.1
wsclean_version=
3.0.1 #2.10.1
wsclean_version=
latest
dp3_version=5.2
dp3_version=5.2
# This gives us CUDA, gcc, Open MPI and dependencies
# This gives us CUDA, gcc, Open MPI and dependencies
...
@@ -24,6 +24,8 @@ dp3_version=5.2
...
@@ -24,6 +24,8 @@ dp3_version=5.2
module use /sw/TEST
module use /sw/TEST
module switch env env/2020Q3-cuda-gcc-openmpi
module switch env env/2020Q3-cuda-gcc-openmpi
module load pythonversion/3
module load pythonversion/3
export RRZ_BLAS_LIBS="-lopenblas_pthread" #$RRZ_BLAS_LIBS # from the env/ module
export OPENBLAS_NUM_THREADS=1
# You could experiment with idg using MKL, but it is recommened
# You could experiment with idg using MKL, but it is recommened
# to try a consistent environment where everyone agrees on using
# to try a consistent environment where everyone agrees on using
# MKL for BLAS/LAPACK, too.
# MKL for BLAS/LAPACK, too.
...
...
This diff is collapsed.
Click to expand it.
wsclean-buildfix.patch
+
0
−
11
View file @
8cd37fe2
...
@@ -27,14 +27,3 @@ index 040c3bf..5c2b01b 100644
...
@@ -27,14 +27,3 @@ index 040c3bf..5c2b01b 100644
# Include pybind11
# Include pybind11
add_subdirectory("${CMAKE_SOURCE_DIR}/external/pybind11")
add_subdirectory("${CMAKE_SOURCE_DIR}/external/pybind11")
@@ -373,8 +386,8 @@
set(ALL_LIBRARIES
schaapcommon)
# Perform the BLAS check from aocommon
-include("${CMAKE_CURRENT_LIST_DIR}/external/aocommon/CMake/CheckBLAS.cmake")
-check_blas(LIBRARIES ${ALL_LIBRARIES})
+#include("${CMAKE_CURRENT_LIST_DIR}/external/aocommon/CMake/CheckBLAS.cmake")
+#check_blas(LIBRARIES ${ALL_LIBRARIES})
add_library(wsclean-lib STATIC ${WSCLEANFILES})
target_link_libraries(wsclean-lib PRIVATE pybind11::embed ${ALL_LIBRARIES})
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