1
0
This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cdsc_reddit/ngrams/run_tf_jobs.sh
Nate E TeBlunthuis e6294b5b90 Refactor and reorganze.
2020-12-08 17:32:20 -08:00

9 lines
220 B
Bash
Executable File

#!/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;