#pybdsf_version=latest # weird C++ template error with 1.8.12
#pycasa_version=3.1.1
#wsclean_version=latest
#dp3_version=latest
aoflagger_version=latest
casacore_version=3.3.0
casacore_version=3.3.0
dysco_version=1.2.0
dysco_version=1.2.0 # will be part of casacore in newest casacore release
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=latest
wsclean_version=latest
dp3_version=5.2
dp3_version=latest #5.2
# This gives us CUDA, gcc, Open MPI and dependencies
# This gives us CUDA, gcc, Open MPI and dependencies
# from pkgsrc in separate prefixes.
# from pkgsrc in separate prefixes.
. /sw/profile/init.sh
. /sw/profile/init.sh
module use /sw/TEST
module use /sw/TEST
module switch env env/2020Q3-cuda-gcc-openmpi
module switch env env/2022Q1-cuda-gcc-openmpi
module load pythonversion/3
module load pythonversion/3
# Note: According to T. Orgis the correct value is -openblas_openmp, definitely _not_ -lcblas! However, it looks like DP3 and wsclean want the _pthread one.
export RRZ_BLAS_LIBS="-lopenblas_pthread" #$RRZ_BLAS_LIBS # from the env/ module
export RRZ_BLAS_LIBS="-lopenblas_pthread" #$RRZ_BLAS_LIBS # from the env/ module
export OPENBLAS_NUM_THREADS=1
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