diff --git a/docs/tutorials/3-creating-htc-pbs-files.md b/docs/tutorials/3-creating-htc-pbs-files.md index 4041eb1942aafecc578b91fbc1f98064ccc92b40..2b888f8be097d7b303ad98f8161f6561630bf7c4 100644 --- a/docs/tutorials/3-creating-htc-pbs-files.md +++ b/docs/tutorials/3-creating-htc-pbs-files.md @@ -63,6 +63,7 @@ The first is to call the function directly. The second is to wrap it in a job scheduler to submit the job to the HPC cluster. The first option is fine if you have only a few htc files or if the job scheduler is not working for some reason. +The second option is generally preferred. ### 2.1 Directly generate htc files @@ -85,6 +86,13 @@ case it creates the htc and pbs files. After running the commands in the above box on Gorm, you should have all of your PBS input files in ```pbs_in/``` and all of your htc files in ```htc```. +### 2.2 Generate files using job scheduler + +From the set ID folder, run the following code: +``` +qsub-wrap.py -f /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py --prep +``` + ## 3. Issues