lfsm commited on
Commit
cca7441
1 Parent(s): a83a720

Upload .d0028756899 with huggingface_hub

Browse files
Files changed (1) hide show
  1. .d0028756899 +14 -0
.d0028756899 ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ #PJM -L "node=1"
3
+ #PJM -L "rscgrp=small"
4
+ #PJM -L "elapse=24:00:00"
5
+ #PJM --mpi "proc=1"
6
+ #PJM --name "upload"
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/merge_file_1p.py
13
+ python /home/u11570/code/tools/upload_file.py
14
+ echo "done"