File tree 1 file changed +4
-4
lines changed
docs/Machine_Learning_Force_Fields
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ Detailed Explanation of YAML Input Keywords
369
369
370
370
.. code-block :: bash
371
371
372
- distribute_job .py -i train.yaml
372
+ distribute_jobs .py -i train.yaml
373
373
374
374
**Process Explanation: **
375
375
- The script **splits the dataset ** into **5 folders ** (or more/less depending on settings) to parallelize calculations.
@@ -385,9 +385,9 @@ Detailed Explanation of YAML Input Keywords
385
385
.. code-block :: bash
386
386
387
387
cd chunk_1/
388
- sbatch job .sh
388
+ sbatch lauch .sh
389
389
cd ../chunk_2/
390
- sbatch job .sh
390
+ sbatch launch .sh
391
391
# Repeat for all chunks
392
392
393
393
*Tip: *
@@ -401,7 +401,7 @@ Detailed Explanation of YAML Input Keywords
401
401
402
402
.. code-block :: bash
403
403
404
- sbatch job .sh
404
+ sbatch launch .sh
405
405
406
406
Key Points to Consider
407
407
^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments