Skip to content

Commit

Permalink
Issue #66
Browse files Browse the repository at this point in the history
This fix should at least let NAMD users already familiar with SMP jobs
to run their jobs with Longbow. At the moment it is just too difficult
to have Longbow detect the build by itself. Further work is needed for
this in later versions of Longbow
  • Loading branch information
jimboid committed Mar 15, 2018
1 parent acb1d42 commit 9ad526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion longbow/corelibs/applications.py
Expand Up @@ -316,7 +316,7 @@ def _proccommandline(job, filelist, foundflags, substitution):
for arg in args:

if (arg != "<" and arg != ">" and arg[0] != "-" and
arg not in subexe):
arg[0] != "+" and arg not in subexe):

foundflags = _procfiles(job, arg, filelist, foundflags,
substitution)
Expand Down

0 comments on commit 9ad526e

Please sign in to comment.