![]() |
OpenMake Meister |
To configure your Workflow to run in Parallelized Mode the Environment Variable OMSUBMIT_MAX_USER_PROC must be set in the shell that launches the omsubmit executable and assigned a value.
To set OMSUBMIT_MAX_USER_PROC, perform the following:
Windows
To set OMSUBMIT_MAX_USER_PROC on Windows Vista performs the following:
Go to:
Control Panel > System > Change Settings > Advanced > Environment.
Select the “New...” button under the System Variables list box. Enter OMSUBMIT_MAX_USER_PROC for the Variable Name and a number of 3 or greater for the Variable Value.
For example: OMSUBMIT_MAX_USER_PROC=3
Select OK.
To set OMSUBMIT_MAX_USER_PROC on Windows XP, 2000, 2003 Server perform the following:
Go to:
Control Panel > System > Change Settings > Advanced > Environment. Select the “New...” button under the System Variables list box. Enter OMSUBMIT_MAX_USER_PROC for the Variable Name and a number of 3 or greater for the Variable Value.
For example: OMSUBMIT_MAX_USER_PROC=3
Select OK.
Linux/Unix
To set OMSUBMIT_MAX_USER_PROC on Liunx, AIX, HP-UX or Solaris perform the following:
Edit the .profile found in the home directory of the userid that will be running omsubmit. Where <N> is 3 or greater, add OMSUBMIT_MAX_USER_PROC=<N>; and then export OMSUBMIT_MAX_USER_PROC
For example: OMSUBMIT_MAX_USER_PROC=3