Skip to content

Commit

Permalink
Merge pull request #257 from ansys-internal/wehrler/315_remove_cpu_co…
Browse files Browse the repository at this point in the history
…re_usage

Fix task def property
  • Loading branch information
wehrler authored Dec 11, 2023
2 parents 1d8a539 + 3560b26 commit a77d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mapdl_motorbike_frame/project_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def create_project(
ParameterMapping(
key_string="cpu_core_usage",
tokenizer="=",
task_definition_property="resource_requirements.cpu_core_usage",
task_definition_property="resource_requirements.num_cores",
file_id=file_ids["inp"],
)
)
Expand Down

0 comments on commit a77d074

Please sign in to comment.