Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Rphree_Kinetics.R
\name{splitMultiFix}
\alias{splitMultiFix}
\title{Splits a data (matrix) in n simulations to run in parallel}
\usage{
splitMultiFix(data, procs, base, first, prop, minerals, nmax = 200)
}
\arguments{
\item{data}{the data matrix}
\item{procs}{number of processors to split to}
\item{base}{base input script}
\item{first}{block to be prepended to each manipulated script}
\item{prop}{vector containing the names of the properties}
\item{minerals}{indeces of EQUILIBRIUM minerals}
\item{nmax}{max number of simulations in each input}
}
\value{
a list with n=procs inputs
}
\author{
MDL
}