...
VCSBeam version
Required: >= v2.18.1.8
Code Block | ||||
---|---|---|---|---|
| ||||
# On Garrawarla, test vcsbeam version $ module use /pawsey/mwa/software/python3/modulefiles $ module load vcsbeam MWA Beamformer v2.18.28_1b22db099df2a4 |
Calibration
Offline FinePFB
...
After running the RTS (see below) and checking the solutions (using the python scripts supplied in VCSTools), I found that I also had to add 14 to the list of flagged channels, and 52, 53, 54, 59 and 61 to the list of flagged tiles.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
#!/bin/bash -l #SBATCH --export=NONE #SBATCH --output=/astro/mwavcs/vcs/1318345216/batch/RTS_1318345216.out #SBATCH --account=mwavcs #SBATCH --clusters=garrawarla #SBATCH --partition=gpuq # #SBATCH --cpus-per-task=1 #SBATCH --mem-per-cpu=10240MB #SBATCH --nice=0 #SBATCH --chdir=/astro/mwavcs/vcs/1318345216/cal/1318345216/rts #SBATCH --time=0:1545:00 #SBATCH --nodes=13 #SBATCH --cpus-per-gpu=1 #SBATCH --gres=gpu:1 ncpus=1 export OMP_NUM_THREADS=1 module use /pawsey/mwa/software/python3/modulefiles/ module load vcstools/master module load RTS/master cd /astro/mwavcs/vcs/1318345216/cal/1318345216/rts export UCX_MEMTYPE_CACHE=n srun --export=all -N 13 -n 13 rts_gpu /astro/mwavcs/vcs/1318345216/cal/1318345216/rts/rts_1318345216.in # ^^^^ 13 = 12 coarse channels (1 node per coarse channel) + 1 master node |
...