Skip to content

Commit

Permalink
edits to local run
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Jan 26, 2022
1 parent 9d4fcff commit 5f8954c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/code_ocean/config_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_id: 'local_run'
problem_config:
initial_state: 'C'
# maximum number of heavy atoms
max_atoms: 10
max_atoms: 12
# minimum number of heavy atoms
min_atoms: 4
# atoms to use when building the molecule
Expand Down Expand Up @@ -94,4 +94,4 @@ sql_database:
# This will be overwritten by env variable DB_HOST in rlmolecule/sql/run_config.sh
host: "localhost"
user: "example_user"
passwd: "tmppassword"
passwd: "tmppassword"
4 changes: 3 additions & 1 deletion examples/code_ocean/submit_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#SBATCH --nodes=1
#SBATCH --ntasks=1

source ~/.bashrc
conda activate rlmol

python stable_radical_opt.py --config=config_local.yaml
./start_postgres.sh
python stable_radical_opt.py --config=config_local.yaml

0 comments on commit 5f8954c

Please sign in to comment.