Skip to content

Commit

Permalink
Merge pull request #77 from Exabyte-io/feat/SOF-6687
Browse files Browse the repository at this point in the history
feat/SOF-6687: make Quantum Espresso v7.2 available in the Webapp
  • Loading branch information
timurbazhirov committed Jul 11, 2023
2 parents 9452ea4 + 9d6a4ea commit b15b42d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version:
- 12.x
- 14.x
# TODO: re-enable after https://mat3ra.atlassian.net/browse/SOF-6740
# - 16.x

steps:
- name: Checkout this repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/Exabyte-io/exabyte-application-flavors",
"devDependencies": {
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/code.js": "2023.6.10-1",
"@exabyte-io/code.js": "2023.7.11-0",
"@exabyte-io/mode.js": "2023.6.10-0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
Expand Down
11 changes: 11 additions & 0 deletions src/js/espresso/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,16 @@ export default {
build: "Intel",
hasAdvancedComputeOptions: true,
},
{
version: "7.2",
isDefault: true,
hasAdvancedComputeOptions: true,
},
{
version: "7.2",
isDefault: false,
build: "Intel",
hasAdvancedComputeOptions: true,
},
],
};

0 comments on commit b15b42d

Please sign in to comment.