Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFP committed Sep 14, 2023
1 parent b0ab943 commit b56ebf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimas/evaluators/template_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class TemplateEvaluator(Evaluator):
env_script : str, optional
The full path of a shell script to set up the environment for the
launched simulation. This is useful when the simulation needs to run
in a different enviroment than optimas. The script should start with a
in a different environment than optimas. The script should start with a
shebang.
env_mpi : str, optional
If the `env_script` loads an MPI different than the one in the optimas
enviroment, indicate it here. Possible values are "mpich", "openmpi",
environment, indicate it here. Possible values are "mpich", "openmpi",
"aprun", "srun", "jsrun", "msmpi".
"""
def __init__(
Expand Down

0 comments on commit b56ebf4

Please sign in to comment.