You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cédric Bouysset edited this page Aug 24, 2017
·
1 revision
Restrictions on variables
Due to the way variables content is passed to PBS scripts and GNU parallel's list of commands, there are some restrictions to the way variables are named.
variables storing lists must be named with the "_list" keyword.
variables names cannot have any upper-case characters.