ccafe-batch executable is used to run component applications in a batch (text-based) environment. Typically used options include:
--ccafe-rc <filename>
--ccafe-outputdir <dir>A typical command to start a component application using mpich is:
mpirun -np 4 ccafe-batch --ccafe-rc $HOME/test/CCAFERC --ccafe-outputdir $HOME/test
1.3.9.1