Skip to content

Commit

Permalink
SOF-7194: include deepmd in allApplications export
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jan 6, 2024
1 parent 9c09052 commit fea0e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executables/deepmd/dp_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ flavors:
monitors:
- standard_output
applicationName: deepmd
executableName: 'dp_prepare' # python3 qe_cp_to_deepmd.py
executableName: dp_prepare # python3 qe_cp_to_deepmd.py
2 changes: 1 addition & 1 deletion executables/deepmd/dp_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ flavors:
monitors:
- standard_output
applicationName: deepmd
executableName: 'dp_train' # dp train dp_train_se_e2_r.josn && dp freeze -o graph.pb
executableName: dp_train # dp train dp_train_se_e2_r.josn && dp freeze -o graph.pb
1 change: 1 addition & 0 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const allApplications = [
"espresso",
"jupyterLab",
"exabyteml",
"deepmd",
"nwchem",
"python",
"shell",
Expand Down

0 comments on commit fea0e32

Please sign in to comment.