File size: 359 Bytes
0307a0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/bin/bash
#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" |