Refactor and reorganze.
This commit is contained in:
8
ngrams/run_tf_jobs.sh
Executable file
8
ngrams/run_tf_jobs.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
module load parallel_sql
|
||||
source ./bin/activate
|
||||
python3 tf_comments.py gen_task_list
|
||||
psu --del --Y
|
||||
cat tf_task_list | psu --load
|
||||
|
||||
for job in $(seq 1 50); do sbatch checkpoint_parallelsql.sbatch; done;
|
||||
Reference in New Issue
Block a user