BatchMake: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 12: | Line 12: | ||
= BatchMake = | = BatchMake = | ||
==List of available commands:== | |||
*'''''Italicized AppendFile''''' Add a string to the end of a file | |||
*'''''CloseTCPSocket''''' Close a TCP/IP socket | |||
*'''''DashboardExperiment''''' Specify the encrypted name of the experiment to report on | |||
*'''''DashboardHost''''' Specify the hostname of the central database manager | |||
*'''''DashboardNotify''''' Specify the hostname of the central database manager | |||
*'''''DashboardSend''''' Send the results of a program to the central database for data collection | |||
*'''''DeleteFile''''' Delete a file on disk | |||
*'''''Echo''''' Print messages on the standard output | |||
*'''''ExtractSlice''''' Extract a slice from a 3D image volume | |||
*'''''ExtractString''''' Extract a string from a string chain | |||
*'''''ForEach''''' Create a "for" loop | |||
*'''''GetParam''''' Access directly a parameter from a sequence | |||
*'''''If''''' Defines a conditional statement | |||
*'''''Inc''''' Increment a number by a certain amount | |||
*'''''Include''''' Include another batchmake script | |||
*'''''Int Convert''''' a variable to integer | |||
*'''''ListDirInDir''''' List all the directories in a specified directory | |||
*'''''ListFileInDir''''' List all the files in a specified directory | |||
*'''''OpenTCPSocket''''' Open a TCP/IP socket | |||
*'''''Randomize''''' Create a random number | |||
*'''''Run''''' Execute a program in a thread | |||
*'''''Sequence''''' Create a sequence of numbers | |||
*'''''Set''''' Assign a value to a variable | |||
*'''''SetApp''''' Assign a variable to an Application defined by the Application Wrapper | |||
*'''''SetAppOption''''' Assign a value to a predefined option of a program | |||
*'''''SendTCP''''' Send a message via TCP socket | |||
*'''''Sin''''' Evaluate the sin() function | |||
*'''''WriteFile''''' Write variables into a file | |||
= Distributed Computing = | = Distributed Computing = | ||
= BatchBoards = | = BatchBoards = |
Revision as of 16:26, 9 October 2007
BatchMake is a cross platform tool for batch processing of large amount of data. BatchMake can process datasets locally or on distributed systems using Condor.
Common Features:
- BSD License
- CMake like scripting langage
- Distributed Scripting via Condor
- Central remote website for online statistical analysis
- User Interface using FLTK
- Cross platform
BatchMake
List of available commands:
- Italicized AppendFile Add a string to the end of a file
- CloseTCPSocket Close a TCP/IP socket
- DashboardExperiment Specify the encrypted name of the experiment to report on
- DashboardHost Specify the hostname of the central database manager
- DashboardNotify Specify the hostname of the central database manager
- DashboardSend Send the results of a program to the central database for data collection
- DeleteFile Delete a file on disk
- Echo Print messages on the standard output
- ExtractSlice Extract a slice from a 3D image volume
- ExtractString Extract a string from a string chain
- ForEach Create a "for" loop
- GetParam Access directly a parameter from a sequence
- If Defines a conditional statement
- Inc Increment a number by a certain amount
- Include Include another batchmake script
- Int Convert a variable to integer
- ListDirInDir List all the directories in a specified directory
- ListFileInDir List all the files in a specified directory
- OpenTCPSocket Open a TCP/IP socket
- Randomize Create a random number
- Run Execute a program in a thread
- Sequence Create a sequence of numbers
- Set Assign a value to a variable
- SetApp Assign a variable to an Application defined by the Application Wrapper
- SetAppOption Assign a value to a predefined option of a program
- SendTCP Send a message via TCP socket
- Sin Evaluate the sin() function
- WriteFile Write variables into a file