std::cout<<"Linked with Intel Threading Building Blocks v"<<TBB_VERSION_MAJOR<<"."<<TBB_VERSION_MINOR<<" (Interface version "<<TBB_INTERFACE_VERSION<<")."<<std::endl;
#endif
#ifdef STORM_HAVE_GLPK
std::cout<<"Linked with GNU Linear Programming Kit v"<<GLP_MAJOR_VERSION<<"."<<GLP_MINOR_VERSION<<"."<<std::endl;
#endif
#ifdef STORM_HAVE_GUROBI
std::cout<<"Linked with Gurobi Optimizer v"<<GRB_VERSION_MAJOR<<"."<<GRB_VERSION_MINOR<<"."<<GRB_VERSION_TECHNICAL<<"."<<std::endl;
std::cout<<" CUDA Driver Version / Runtime Version "<<driverVersion/1000<<"."<<(driverVersion%100)/10<<" / "<<runtimeVersion/1000<<"."<<(runtimeVersion%100)/10<<std::endl;
std::cout<<" CUDA Capability Major/Minor version number: "<<deviceProp.major<<"."<<deviceProp.minor<<std::endl;
}
std::cout<<std::endl;
}
else{
std::cout<<"Compiled with CUDA support, but an error occured trying to find CUDA devices."<<std::endl;
}
#endif
// "Compute" the command line argument string with which STORM was invoked.
std::stringstreamcommandStream;
for(inti=1;i<argc;++i){
commandStream<<argv[i]<<"";
}
std::cout<<"Command line arguments: "<<commandStream.str()<<std::endl;
std::cout<<"Current working directory: "<<getCurrentWorkingDirectory()<<std::endl<<std::endl;
std::cout<<"Linked with Intel Threading Building Blocks v"<<TBB_VERSION_MAJOR<<"."<<TBB_VERSION_MINOR<<" (Interface version "<<TBB_INTERFACE_VERSION<<")."<<std::endl;
#endif
#ifdef STORM_HAVE_GLPK
std::cout<<"Linked with GNU Linear Programming Kit v"<<GLP_MAJOR_VERSION<<"."<<GLP_MINOR_VERSION<<"."<<std::endl;
#endif
#ifdef STORM_HAVE_GUROBI
std::cout<<"Linked with Gurobi Optimizer v"<<GRB_VERSION_MAJOR<<"."<<GRB_VERSION_MINOR<<"."<<GRB_VERSION_TECHNICAL<<"."<<std::endl;
std::cout<<" CUDA Driver Version / Runtime Version "<<driverVersion/1000<<"."<<(driverVersion%100)/10<<" / "<<runtimeVersion/1000<<"."<<(runtimeVersion%100)/10<<std::endl;
std::cout<<" CUDA Capability Major/Minor version number: "<<deviceProp.major<<"."<<deviceProp.minor<<std::endl;
}
std::cout<<std::endl;
}
else{
std::cout<<"Compiled with CUDA support, but an error occured trying to find CUDA devices."<<std::endl;
xxxxxxxxxx