From 33b7d92fb567e6945dfb641c10db8944d9d9c981 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Mon, 10 Oct 2016 09:55:43 +0200 Subject: [PATCH] prepost.Simulations: run winefix for 64-bit turbulence box PBS execution --- wetb/prepost/Simulations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index fe58b3e0..0bbc62c1 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' -- GitLab