example scripts for MPI version
This commit is contained in:
parent
fa66c95c07
commit
74eb0df368
|
@ -0,0 +1,5 @@
|
|||
# Before running this, make sure you have at least 2 data files with names matching the pattern '*.ms'
|
||||
|
||||
# This command assumes sagecal-mpi binary is at ../src/MPI/sagecal-mpi
|
||||
# 'regularization_factors.txt' should exactly match the cluster info given by '3c196.sky.txt.cluster'
|
||||
mpirun -np 3 ../src/MPI/sagecal-mpi -f '*.ms' -A 10 -P 2 -Q 2 -G regularization_factors.txt -s 3c196.sky.txt -c 3c196.sky.txt.cluster -p zsol -n 2 -t 10 -e 4 -g 2 -l 10 -m 7 -x 30 -F 1 -j 5 -B 1 -k 1 -K 3 -W 0 -V > sagecal-mpi.ms.output
|
|
@ -1,2 +1,3 @@
|
|||
# Before running this, untar sm.ms.tar and build sagecal
|
||||
# this command assumes sagecal binary is at ../src/MS/sagecal
|
||||
../src/MS/sagecal -d sm.ms -s extended_source_list.txt -c extended_source_list.txt.cluster -n 4 -t 10 -p sm.ms.solutions -e 4 -g 2 -l 10 -m 7 -x 30 -F 1 -j 2 -k -1 -B 1 -W 0 > sm.ms.output
|
||||
|
|
Loading…
Reference in New Issue