diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index fe58b3e0761990782ed100231359105f4dd2e41c..0bbc62c1db3b43025ec36f4df825512f4873d289 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -5292,6 +5292,7 @@ class MannTurb64(prepost.PBSScript): def __init__(self, silent=False): super(MannTurb64, self).__init__() self.exe = 'time wine mann_turb_x64.exe' + self.winefix = 'wine winefix\n' # PBS configuration self.umask = '0003' self.walltime = '00:59:59'