Skip to content

Commit 4a762cd

Browse files
author
moxx
committedMay 23, 2023
New ocp version
1 parent a54a217 commit 4a762cd

File tree

96 files changed

+2699
-330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2699
-330
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [installation instructions](https://github.com/Open-Catalyst-Project/ocp/blo
1515

1616
## Installation-step 2
1717

18-
* Install specific versions of Pymatgen and ASE: `pip install pymatgen==2020.4.2 `
18+
* Install specific versions of ipykernel, pymongo and mpi-client: ` pip install pymongo ipykernel mp-api `
1919
* Install Catkit from Github: `pip install git+https://github.com/ulissigroup/CatKit.git catkit`
2020
* Clone this repo and `cd ./Open-Catalyst-Dataset-OC22_dataset/ocdata/`, install with: `pip install -e ..`
2121

‎calculators/bash_run_mk.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo starting
4+
CUDA_VISIBLE_DEVICES=2 python run_predictions_gpu.py -i 'prediction/phase20003.lmdb'&
5+
CUDA_VISIBLE_DEVICES=3 python run_predictions_gpu.py -i 'prediction/phase10002.lmdb'&
6+
7+
echo finished

0 commit comments

Comments
 (0)
Please sign in to comment.