Search 5,000,000+ questions and answers.

Frequently Asked 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

How do I run SLIC on the LSF batch system?

ILC Detector Simulation FAQ - Linear Collider - SLAC Conflue...
This is an example of submitting a job to run 1000 events through the sid00 detector on the xlong batch queue. bsub -q xlong -o 'pwd'/job.log -e 'pwd'/err.log time slic -g sid00.lcdd -i events.stdhep -o events_sid00 -r 1000 LSF accepts plain bash scripts to start jobs. Mine usually use a few for loops to run combinations of geometries with StdHep files. for g in $(ls *.lcdd); do for s in $(ls stdhep/*.stdhep); do fname=$(basename ${s%.*})_$(basename ${g%.*}) bsub -o 'pwd'/$fname.
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

Can I run it via the command line for batch files, etc?

CD BURNER.CA - Acoustica MP3 To Wave Converter PLUS! Frequen...
Note that it needs the quotes around the path to the MP3 and the c needs to be a capital C. Of course, the MP3 to wave executable directory must be in your path variable or you must put the explicit path to the executable in the command line call.
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

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

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

Can I run AutoSplit plug-in from command-line or batch file?

AutoSplit Frequently Asked Questions
Yes, AutoSplit plug-in can started from outside of Adobe Acrobat. Detailed instructions on how to execute document splitting sequence from command-line or a batch files can be found here.
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

Can I run NTBACKUP from the command line?

Environment settings set by a batch file are not working.
ntbackup <operation> <path> /a /b /d "text" /e /hc:<on/off> /l "<filename>" /r /t <backup type> /tape:n /v This will be backup . If you wanted to eject a tape you could enter eject (but must also include the /tape parameter) The list of drives and directories to be backed up. You may not enter file names or use the wildcard character. To backup multiple drives just put a space between them, e.g. ntbackup backup c: d: etc..
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

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

How can I stop my batch files outputing the command to screen as it runs it?

Environment settings set by a batch file are not working.
at the top of your batch file. To stop a single command being output to the screen just put @ in front of the command.
Related Questions

How do I search files for a string from a batch file/command line?

Environment settings set by a batch file are not working.
There is the basic find command which allows you to search one file at a time for string, however findstr is far more versatile. The command has the following switches FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/F:file] [/C:string] [/G:file] [strings] [[drive:][path]filename[ ...]] When you execute a batch file (or any other DOS command without a pif setting) the _DEFAULT.PIF file in the %systemroot% directory is used.
Related Questions

What is the cpu command in monitor mode used for?

FrequentlyAskedQuestions - #qemu Wiki
Is it possible to use my wireless network connection with a windows host machine for internet? I'm using the pre-made DSL (http://damnsmalllinux.org/) zip file.
Related Questions

Will TapeCopy work with batch files or be run from the command line?

TapeCopy - Frequently Asked Questions (FAQ)
TapeCopy works with a simple interface or it can be command line / batch file driven for easy, automated operation.
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

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact