Skip to content

Commit

Permalink
Replace VASP_COMMAND with ASE_VASP_COMMAND in docs overview of queued…
Browse files Browse the repository at this point in the history
… jobs
  • Loading branch information
bernstei committed Jun 14, 2024
1 parent a78e5a6 commit 45c77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/overview.queued.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cat<<EOF > remoteinfo.json
"resources": { "num_nodes" : 1, "max_time": "24h" },
"num_inputs_per_queued_job" : 1,
"input_files": ["POTCARs"],
"env_vars": ["VASP_COMMAND=${vasp_path}", "VASP_PP_PATH=POTCARs",
"env_vars": ["ASE_VASP_COMMAND=${vasp_path}", "VASP_PP_PATH=POTCARs",
"WFL_NUM_PYTHON_SUBPROCESSES=\${EXPYRE_NCORES_PER_NODE}",
"WFL_VASP_KWARGS='{ \"ncore\": '\${EXPYRE_NCORES_PER_NODE}'}'" ]
}
Expand Down

0 comments on commit 45c77c4

Please sign in to comment.