From bf23ea6a1c2b8cbc4c3cf2045513aa4b711d60b9 Mon Sep 17 00:00:00 2001 From: likefallwind Date: Sun, 18 Sep 2022 23:44:04 +0800 Subject: [PATCH] add Bohrium_DeePMD-kit_handson.md --- .../Bohrium_DeePMD-kit_handson.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Bohrium_DeePMD-kit_test/Bohrium_DeePMD-kit_handson.md diff --git a/Bohrium_DeePMD-kit_test/Bohrium_DeePMD-kit_handson.md b/Bohrium_DeePMD-kit_test/Bohrium_DeePMD-kit_handson.md new file mode 100644 index 0000000..8bdc4e4 --- /dev/null +++ b/Bohrium_DeePMD-kit_test/Bohrium_DeePMD-kit_handson.md @@ -0,0 +1,19 @@ +# Bohrium_DeePMD-kit_handson + +1. Download Files: + +```bash +cd /data +git clone https://gitee.com/deepmodeling/colombo-academy-tutorials.git +cd /data/colombo-academy-tutorials/Bohrium_DeePMD-kit_test +``` + +2. Change `indicate.json` + +3. submit job: + +```bash +lbg job submit -i indicate.json -p ./ -r /data/result +``` + + -- Gitee