fprintf(stderr,"ERROR (%s) : Requested to shuffle based on tape \'%s\' with \'%s\' as a delimiter, but none as been found. Aborting.\n",ERRINFO,delimiterTape.c_str(),delimiter.c_str());
exit(1);
fprintf(stderr,"WARNING (%s) : Requested to shuffle based on tape \'%s\' with \'%s\' as a delimiter, but none has been found. Aborting.\n",ERRINFO,delimiterTape.c_str(),delimiter.c_str());