Skip to content

Commit

Permalink
Lammps/ethanol linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiApostolo committed Sep 24, 2024
1 parent e567a29 commit 058ba46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/apps/lammps/ethanol.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ def setup_nnodes(self):
@run_after("setup")
def setup_gpu_options(self):
"""sets up different resources for gpu systems"""
self.env_vars["PARAMS"] = (
f'"--exclusive --ntasks=40 --tasks-per-node=40"'
)
self.env_vars["PARAMS"] = "--exclusive --ntasks=40 --tasks-per-node=40"
# Cirru slurm demands it be done this way.
# Trying to add $PARAMS directly to job.launcher.options fails.
if self.current_system.name in ["cirrus"]:
Expand Down

0 comments on commit 058ba46

Please sign in to comment.