Search
Page 1 of 5. Showing 47 results (0.014 seconds)
Setting Commandline Environment Variables (optional)
Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up: Linux (~/.cshrc/ or ~/,tcshrc): setenv QBDIR /usr/local/pfx/qube set path = ($path $QBDIR/bin $QBDIR/sbin) Linux (~/.bashrc): export…_SimpleCMD_QubeRunTimeEnv
run time env.png Windows-only Environment Variables Tooltip - Windows Environment variable overrides when running job Used to provide OS specific environment variables…_SimpleCMD_QubeJobEnvironment
15 - Qube Job environment.png Cwd Tooltip - Current Working Directory to use when running the job Explanation needed Environment Variables Tooltip - Environment…I'm working on a Job Type, and I want to run a different version of Perl or Python?
User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable…Studio-wide Defaults
to point to that file. From the commandline, launch the QubeGUI (qube) with the commandline option –defaultprefs Set the environment variable QUBEGUI_DEFAULTPREFS to point…Commandline Options
). Also settable with environment variable QUBEGUI_STUDIOPREFS --serverthreads=SERVERTHREADS number of server theads to use…Studio-wide Preferences
to point to that file. From the commandline, launch the QubeGUI (qube) with the commandline option –studioprefs Set the environment variable QUBEGUI_STUDIOPREFS to point…The simplest test job
The simplest test possible is to submit a job that simply runs the "set" command, which does nothing but print out the operating system's environment variables. You can see…Simple Job Type front end
"; } Initially set the path to the API library, and load the API module. Every job contains a copy of the user's environment variables. These variables can be manipulated…Verification Steps on the Client
on the job, and then switch to the "Stdout" panel on the right. Verify that it "completes" and outputs a list of environment variables. Submit a basic "dir" or "ls" job – This tests…