#PJM -L "node=1" | |
#PJM -L "rscgrp=small" | |
#PJM -L "elapse=12:00:00" | |
#PJM --mpi "proc=1" | |
#PJM --name "merge" | |
#PJM -o %n.%j.out | |
#PJM -e %n.%j.err | |
source ~/scratch/setup.sh | |
echo "start running" | |
# python /home/u11570/code/tools/tmp_merge.py | |
# python /home/u11570/code/tools/merge_file_1p.py | |
python /home/u11570/code/tools/upload_file.py | |
echo "done" |