Default command in ElmerGUI parallel solver window problem

Clearly defined bug reports and their fixes
Post Reply
crobar
Posts: 49
Joined: 30 Mar 2014, 14:50
Antispam: Yes

Default command in ElmerGUI parallel solver window problem

Post by crobar »

In the ElmerGUI parallel solver dialog there are two commands (by default):

Code: Select all

ElmerGrid 2 2 %msh -metis %n
ElmerGrid 15 3 %ep -partjoin %n
Where %msh and %ep are file paths.

Both of these fail if you happen to have a directory or file name with spaces. The default commands would be better to have quotes to prevent this, e.g.

Code: Select all

ElmerGrid 2 2 "%msh" -metis %n
ElmerGrid 15 3 "%ep" -partjoin %n
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Default command in ElmerGUI parallel solver window problem

Post by raback »

Hi, did you test that these work better. I could change the default. -Peter
crobar
Posts: 49
Joined: 30 Mar 2014, 14:50
Antispam: Yes

Re: Default command in ElmerGUI parallel solver window problem

Post by crobar »

raback wrote:Hi, did you test that these work better. I could change the default. -Peter
Yes, at least on Mint Linux 64 Bit, the quoted version works.
Post Reply