-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #474 from deepmodeling/master
update devel with master
- Loading branch information
Showing
10 changed files
with
214 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us eliminate issues and improve dpgen. If this | ||
doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpgen/issues/new/choose). | ||
title: "[BUG] _Replace With Suitable Title_" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what the bug is.--> | ||
|
||
**DPGEN Version and Platform** | ||
|
||
<!--Please specify precisely which DPGEN version this issue was detected with ("import dpgen" in the python command line interface and type "print(dpgen.__version__)") and what platform (operating system and its version, hardware) you are running on.--> | ||
|
||
**Job submission and computing cluster configuration** | ||
|
||
<!--If the question is about job submission, Please specify your jobs submission system and your authority. If applicable, specify your computing system configurations as well.--> | ||
|
||
**Expected Behavior** | ||
|
||
<!--Describe the expected behavior. Quote from the DPGEN manual where needed, or explain why the expected behavior is meaningful, especially when it differs from the manual--> | ||
|
||
**Actual Behavior** | ||
|
||
<!--Describe the actual behavior, how it differs from the expected behavior, and how this can be observed. Try to be specific and do **not** use vague terms like "doesn't work" or "wrong result". Do not assume that the person reading this has any experience with or knowledge of your specific area of research.--> | ||
|
||
**Steps to Reproduce** | ||
|
||
<!--Describe the steps required to (quickly) reproduce the issue. You can attach (small) files to the section below or add URLs where to download an archive with all necessary files. Please try to create an input set that is as minimal and small as possible and reproduces the bug as quickly as possible. **NOTE:** the less effort and time it takes to reproduce your reported bug, the more likely it becomes, that somebody will look into it and fix the problem.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project. If this doesn’t work right, [choose a different | ||
type]( https://github.com/deepmodeling/dpgen/issues/new/choose). | ||
title: "[Feature Request] _Replace with Title_" | ||
labels: new feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a brief and concise description of the suggested feature or change--> | ||
|
||
**Detailed Description** | ||
|
||
<!--Please explain how you would like to see DPGEN enhanced, what feature(s) you are looking for, what specific problems this will solve. If possible, provide references to relevant background information like publications or web pages, and whether you are planning to implement the enhancement yourself or would like to participate in the implementation. If applicable add a reference to an existing bug report or issue that this will address.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Generic issue | ||
about: For issues that do not fit any of the other categories. If this doesn’t work | ||
right, [choose a different type]( https://github.com/deepmodeling/dpgen/issues/new/choose). | ||
title: _Replace With a Descriptive Title_ | ||
labels: wontfix | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what the question is.--> | ||
|
||
**DPGEN Version and Platform** | ||
|
||
<!--Please specify precisely which DPGEN version this issue was detected with ("import dpgen" in the python command line interface and type "print(dpgen.__version__)") and what platform (operating system and its version, hardware) you are running on.--> | ||
|
||
**Job submission and computing cluster configuration** | ||
|
||
<!--If the question is about job submission, Please specify your jobs submission system and your authority. If applicable, specify your computing system configurations as well.--> | ||
|
||
**Details** | ||
|
||
<!--Please explain the issue in detail here--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Parameters | ||
about: Make a suggestion for a change of input parameters or a new output to dpgen. | ||
If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/dpgen/issues/new/choose). | ||
title: "[Parameters] _Replace With Suitable Title_" | ||
labels: documentation, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what your request is.--> | ||
|
||
**Summary** | ||
|
||
<!--Please provide a brief and concise description of the suggested feature or change--> | ||
|
||
**Detailed Description** | ||
|
||
<!--Please explain how you would like to see dpgen enhanced. Specify your material system, and exactly what behaviors or properties you are looking for, or what specific problems this will solve. If possible, provide references to relevant background information like publications or web pages, and whether you are planning to implement the enhancement yourself or would like to participate in the implementation.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Request for Help | ||
about: Don't post help requests here, go to [discussions](http://github.com/deepmodeling/dpgen/discussions) | ||
instead. Or [choose a different type]( https://github.com/deepmodeling/dpgen/issues/new/choose). | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Before asking questions, you can | ||
|
||
search the previous issues or discussions | ||
check [Manual](https://github.com/deepmodeling/dpgen). | ||
|
||
Please **do not** post requests for help (e.g. with installing or using dpgen) here. | ||
Instead go to [discussions](https://github.com/deepmodeling/dpgen/discussions). | ||
|
||
This issue tracker is for tracking dpgen development related issues only. | ||
|
||
Thanks for your cooperation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"_comment" : "This is an example of DP-GEN on Local device running with 4 GPUs", | ||
"_comment" : "Last updated on 2021.5.9 for DP-GEN 0.9.2 by Ke XU", | ||
"train": [ | ||
{ | ||
"_comment" : "Specify the installed path of DeePMD-kit", | ||
"_comment" : "The version of DeePMD-kit should be 1.*", | ||
"command": "/home/user/anaconda3/bin/dp", | ||
"_comment" : "Specify machine settings", | ||
"machine": { | ||
"_comment" : "Supported batches include slurm, pbs, shell, lsf.", | ||
"batch": "shell", | ||
"work_path": "/tmp/dpwork", | ||
"_comment": "that's all" | ||
}, | ||
"resources":{ | ||
"_comment" : "The number of nodes.", | ||
"numb_node": 1, | ||
"_comment" : "If you choose to run with multiple GPUs simultaneously, just ignore numb_gpu.", | ||
"numb_gpu": 0, | ||
"_comment" : "The number of CPUs.", | ||
"task_per_node": 4, | ||
"_comment" : "The number of GPUs that can be used for each task.", | ||
"manual_cuda_devices": 4, | ||
"_comment" : "The number of tasks that can be run in each GPU.", | ||
"manual_cuda_multiplicity":1, | ||
"_comment" : "Allow the multi-GPU task running.", | ||
"cuda_multi_task": true, | ||
"module_list": [], | ||
"_comment" : "Environment to be activated. This will generate source xxx/psxevars.sh in scripts. ", | ||
"source_list": ["/opt/intel/parallel_studio_xe_2020/psxevars.sh"] | ||
}, | ||
"_comment" : "DP-GEN will put 4 tasks together in one submitting script.", | ||
"group_size": 4 | ||
} | ||
], | ||
|
||
"model_devi": [ | ||
{ | ||
"machine": { | ||
"batch": "shell", | ||
"work_path": "/tmp/dpwork" | ||
}, | ||
"resources": { | ||
"numb_node": 1, | ||
"numb_gpu": 0, | ||
"task_per_node": 4, | ||
"manual_cuda_devices": 4, | ||
"manual_cuda_multiplicity":1, | ||
"cuda_multi_task": true, | ||
"source_list": [], | ||
"module_list": [] | ||
}, | ||
"command": "/home/user/Soft/Deepmd/lammps-stable_29Oct2020/src/lmp_mpi", | ||
"group_size": 4 | ||
} | ||
], | ||
|
||
"fp": [ | ||
{ | ||
"machine": { | ||
"batch": "shell", | ||
"work_path": "/tmp/dpwork" | ||
}, | ||
"resources": { | ||
"allow_failure": true, | ||
"ratio_failue": 0.05, | ||
"task_per_node": 16, | ||
"with_mpi": true, | ||
"_comment" : "Load the intel compiler.", | ||
"source_list": ["/opt/intel/parallel_studio_xe_2020/psxevars.sh"], | ||
"envs": {"PATH" : "/home/user/Soft/VASP/vasp.5.4.4-allbak/bin:$PATH"}, | ||
"_comment" : "This will generate export PATH=/home/user/Soft/VASP/vasp.5.4.4-allbak/bin:$PATH in scripts;" | ||
}, | ||
"command": "vasp_std", | ||
"group_size": 1 | ||
} | ||
] | ||
} |