Split Data file by Replicas
This script takes an input data file and extract a the replicas you specified in a list. It generates an identical output file, but containing only the replicas you want. The arguments are: Experiment Name, Replica list (in quotes, separated by space), Input data file, Output data file (to be generated).
Examples:
$ splitDataFileByReplicas.sh Example "0 1 2" "input.data" "output.data"
In this example, you are required the replicas 0, 1 and 2.
Download