Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
junsunchoi committed Apr 19, 2024
2 parents 3c01fa8 + 25edbe6 commit 558f9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wlutil/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def getSpikeCmd(config, nodisk=False):
config.get('spike-args', ''),
' -p' + str(config['cpus']),
' -m' + str(int(config['mem'] / (1024*1024)))]

if nodisk:
cmd.append(str(wlutil.noDiskPath(config['bin'])))
else:
Expand Down

0 comments on commit 558f9c6

Please sign in to comment.