Search 5,000,000+ questions and answers.

Frequently Asked Questions

edit] How do I run multiple cases in batch mode?

Fluent FAQ -- CFD-Wiki, the free CFD reference
This could be achieved by running it from journal file. The example journal file that runs two cases is given as: file read-case-data xxx1.cas solve dual-time-iterate yyy1 file write-case-data zzz1.cas file read-case-data xxx2.cas yes ; for discard cas dialog solve dual-time-iterate yyy2 file write-case-data zzz2.cas
Related Questions

Do I need an X server to run in batch mode?

GIMP - Documentation
Yes, you have to have some form of X server (unless you're running Windows, of course). It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
Related Questions

Q9.8: How do I run MATLAB in batch mode?

Frequently asked questions about MATLAB
On the PC, you can use the /r flag to start your m-file immediately upon starting MATLAB. Using this in combination with the Windows Task Manager, you can set a MATLAB job to run when you want it to run, even if you are not at the computer. Please note that you will need to exit MATLAB at the end of the m-file. Alternately, if you only want a single file to run, you can name it startup.m and place it in your MATLAB directory.
Related Questions

How do I run MrBayes in batch mode?

FAQ - MrBayes
When you become more familiar with MrBayes, you will undoubtedly want to run it in batch mode instead of typing all commands at the prompt. This is done by adding a MRBAYES block to a Nexus file, either the same file containing the DATA block or a separate Nexus file. The MRBAYES block simply contains the commands as you would have given them from the command line, with the difference that each command line is ended with a semi-colon.
Related Questions

How can I run my files through Distiller in batch mode?

Appligent
One of the features offered with FileOpen (http://www.fileopen.com) is the ability to set expiration dates.
Related Questions

Is there a way to run the model in "batch mode" that would generate trajectory endpoints?

NOAA ARL Frequently Asked Questions
FAQ question under HYSPLIT in General explains how to adjust the start height to account for differences between model terrain and actual terrain. I'm assuming that it's most accurate to use actual elevation plus my desired trajectory height as a starting height, and specify the option KMSL=1 in the setup.cfg file on the PC. Is this correct? Occasionally these trajectories are wildly different f rom those with KMSL=0 and the start height specified as meters above ground level.
Related Questions

Can I run LS-PrePost in batch mode?

LS-PrePost Online Documentation | FAQ
Most operations can be performed in batch mode. Typically LS-PrePost is used in batch mode for extracting data from ASCII files. To run LS-PrePost in batch mode, use LS-PrePost c=commandfile -nograpics, where "commandfile" is the file containing LS-PrePost commands.
Related Questions

How do I run Abaqus in batch?

FAQS for CSM Software
Interactive limits on IBM p690 30 minutes and 1Gb. All jobs that exceed these limits will be stopped, and should be submitted through the batch system. Script abaqus_batch on IBM scripts has been written to automate the process of submitting Abaqus jobs to the batch system. All input files that run serially on a local workstation can be executed in parallel on the IBM p690 Array without any modifications.
Related Questions

How do I execute script-fu from batch mode?

GIMP - Documentation
Invoke the script as non-interactive and add a pair of escaped quotes around each string just like you do in (script-fu-register). You DO NOT need to replace '-' with '_' in any names or registrations.
Related Questions

How to run batch fax2tif in comand line mode?

fax to tif tiff converter to convert fmf fxd fxm fxr fxs bfx...
Press 'OK' button. All the fax in "source-dir" directory/folder will be converted to tiff files, and saved to "dest-dir" directory/folder. Usually a message-box listing conversion results will be poped up after the conversion is completed, if /q command is not used. bfax2tif /d c:\winfaxfiles d:\mytif *.fxr All "*.fxr" fax files in directory/folder "c:\winfaxfiles" will be converted to tiff files and saved to "d:\mytif" directory/folder.
Related Questions

How to run Batch Fax to PDF on comand line mode?

fax to pdf converter to convert apf awd bfx cals dcx fmf fxd...
Press 'OK' button. All the fax in "source-dir" directory/folder will be converted to PDF files, and saved to "dest-dir" directory/folder. Usually a message-box listing conversion results will be poped up after the conversion is completed, if /q command is not used. bfax2pdf /d c:\winfaxfiles d:\mypdf All fax files in directory/folder "c:\winfaxfiles" will be converted to PDF files and saved to "d:\mypdf" directory/folder.
Related Questions

What is a typical command to run SLIC in batch mode?

ILC Detector Simulation FAQ - Linear Collider - SLAC Conflue...
slic -g myGeom.lcdd \ # geometry file -i events.stdhep \ # StdHep input file -p lcio/ \ # path for LCIO output file -o output.slcio \ # name of LCIO output file -x \ # delete existing LCIO file -r 1234 \ # seed the random engine -s 100 \ # number of events to skip -r 1000 # number of events to run
Related Questions

edit] How do I put MediaWiki into Read Only mode?

MediaWiki FAQ - Meta
Set $wgReadOnlyFile in LocalSettings.php to the name of a file, then put the reason for read-only mode inside the file. The contents of the file will be displayed to anyone trying to edit the wiki. Since 1.5 you can set $wgReadOnly to a string describing the reason for read-only mode, instead of creating a file. (Usual wiki markup is allowed in this string).
Related Questions

Do I have to have an X server? Even for batch mode?

GIMP User FAQ
Yes, you have to have some form of X server - the GIMP is an X application! It needs an X server for image processing, and for font manipulation. However, if you wish to run in batch mode, you can run with a special, frame-buffer-less X server called Xvfb, which doesn't require a graphics card or mess with your screen: Xvfb :1 -screen 0 10x10x8 -pixdepths 1 & gimp --display :1.0 --no-interface --batch "commands" ..
Related Questions

Which transactions will be supported in batch mode and which will be supported in real time?

ASK: Vendors - FAQs
Answer: ASK will support transactions via their EDI System in a batch mode. Work is currently being done with payers to determine if they can support the ANSI ASC X12N 270/271, 276/277 and 278 in a real time mode.
Related Questions

edit] Q: How do I run GAMBIT as a batch process?

Fluent FAQ -- CFD-Wiki, the free CFD reference
To run Gambit in "batch" mode, prepare a journal file (e.g., "test.jou"), then use the command : gambit test -in test.jou
Related Questions

How can I run Soar many times without user intervention (i.e., in a batch mode)?

Soar Frequently Asked Questions List
Bob Wray has put a page on the WWW describing how he ran Soar in a batch mode to collect data for his thesis. The site includes examples of csh scripts, Tcl scripts, and Soar code he used in the process. For more information, please contact Bob Wray (wray@soartech.com).
Related Questions

How can I create and save graphics when I run Mathematica in batch mode?

ITCWeb: Frequently Asked Questions about Mathematica
The following example is Mathematica script file nameds test_graphic.m that uses the Mathematica plotting command ParametricPlot3D to create a graphic and the Display command to save it as a postscript file named test_graphic.ps. Note that the DisplayFunction -> Identity option of ParametricPlot3D suppresses the X-window display of the plot. The commands in test_graphic.
Related Questions

In multiple mode, do we need Port 80 to run the Routing Server?

aveComm v4.x Routing Server
No, provided the aveComm clients are not proxy or behind firewall. Also the Client applet parameters need to be modified accordingly.
Related Questions

How do I produce PNG graphics in batch mode?

R FAQ
Under Unix, the png() device uses the X11 driver, which is a problem in batch mode or for remote operation. If you have Ghostscript you can use bitmap(), which produces a PostScript file then converts it to any bitmap format supported by Ghostscript. On some installations this produces ugly output, on others it is perfectly satisfactory. In theory one could also use Xvfb from X.
Related Questions

How can I submit in batch mode?

Phenyx FAQ
To submit in batch mode, you need to purchase a local version of Phenyx or to have access to the Phenyx OnLine Server. Please contact us or read the admin documentation.
Related Questions

edit] How do I run PHP as a CGI to avoid safe_mode restrictions?

Gallery1:FAQ - Gallery Codex
Running PHP as a CGI is usually done when PHP is not available on your server (but you can execute cgi-bin scripts) or when the normal PHP installation is running in safe mode. Note that in order for this to work, your server must be configured to read .htaccess files, which your host can disable! Obtain a CGI version of PHP for your platform. You can downloads PHP binaries for various platforms on the Gallery Download Page.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact