ChristophSchuhmann
commited on
Commit
•
0307a0d
1
Parent(s):
0ec20d8
Upload .d0027114592 with huggingface_hub
Browse files- .d0027114592 +15 -0
.d0027114592
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
#PJM -L "node=1"
|
3 |
+
#PJM -L "rscgrp=small"
|
4 |
+
#PJM -L "elapse=12:00:00"
|
5 |
+
#PJM --mpi "proc=1"
|
6 |
+
#PJM --name "merge"
|
7 |
+
#PJM -o %n.%j.out
|
8 |
+
#PJM -e %n.%j.err
|
9 |
+
|
10 |
+
source ~/scratch/setup.sh
|
11 |
+
echo "start running"
|
12 |
+
# python /home/u11570/code/tools/tmp_merge.py
|
13 |
+
# python /home/u11570/code/tools/merge_file_1p.py
|
14 |
+
python /home/u11570/code/tools/upload_file.py
|
15 |
+
echo "done"
|