Skip to content

Commit a9fbe3a

Browse files
authored
Update Dataset_Preparation.rst
1 parent 5a80c28 commit a9fbe3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Machine_Learning_Force_Fields/Dataset_Preparation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Detailed Explanation of YAML Input Keywords
369369

370370
.. code-block:: bash
371371
372-
distribute_job.py -i train.yaml
372+
distribute_jobs.py -i train.yaml
373373
374374
**Process Explanation:**
375375
- 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
385385
.. code-block:: bash
386386
387387
cd chunk_1/
388-
sbatch job.sh
388+
sbatch lauch.sh
389389
cd ../chunk_2/
390-
sbatch job.sh
390+
sbatch launch.sh
391391
# Repeat for all chunks
392392
393393
*Tip:*
@@ -401,7 +401,7 @@ Detailed Explanation of YAML Input Keywords
401401

402402
.. code-block:: bash
403403
404-
sbatch job.sh
404+
sbatch launch.sh
405405
406406
Key Points to Consider
407407
^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)