}
else
{
- ERROR_MESSAGE("Can not import the template script!!!!!");
+ ERROR_MESSAGE("Can not import the template script \"" << theScriptName << "\" !");
}
MESSAGE("Command from template is ... " << command << std::endl);
std::string ompi_uri_file = GetenvThreadSafeAsString("OMPI_URI_FILE");
script_parameters.push(ompi_uri_file.empty() ? "NULL" : ompi_uri_file);
+ MESSAGE("Retrieving command from template (python module) \"" << script_name << "\"" << std::endl);
std::string command_from_template = GetCommandFromTemplate(script_name, script_parameters);
- MESSAGE("Command to be executed: " << command_from_template << std::endl);
std::ostringstream o;
o << command_from_template << " ";