make[1]: Entering directory '/autofs/nccs-svm1_home1/wshi/MaCh3/MaCh3/OscClass' rm -f OscClass_CUDAProb3.o nvcc -g -O3 -x cu -lineinfo -std=c++11 -Xcompiler="-fopenmp -Wall -I/autofs/nccs-svm1_home1/wshi/ROOT/v5-34-00-patches/include -L/autofs/nccs-svm1_home1/wshi/ROOT/v5-34-00-patches/lib -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -pthread -lm -ldl -rdynamic -lRooFit -lRooFitCore -lMinuit -lHistPainter -I. -Wall -fPIC -O3 -g -std=c++11 -fopenmp -DUSE_GPU" -I.. -c OscClass_CUDAProb3.cpp -o OscClass_CUDAProb3.o ../libconfig/lib/libconfig.h++:200:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void assertType(Type type) const throw(SettingTypeException); ^~~~~ ../CUDAProb3/propagator.hpp: In instantiation of 'void cudaprob3::Propagator::setProductionHeightList(const std::vector&, const std::vector&) [with FLOAT_T = double]': OscClass_CUDAProb3.cpp:1488:94: required from here ../CUDAProb3/propagator.hpp:504:22: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] if (list_prob.size() != this->nProductionHeightBins*2*3*n_energies*n_cosines) { ../CUDAProb3/propagator.hpp:508:28: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] if (list_bins.size()-1 != this->nProductionHeightBins) { ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../CUDAProb3/propagator.hpp:514:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] for (unsigned int i=0;i::setChemicalComposition(const std::vector&) [with FLOAT_T = double]': ../CUDAProb3/cudapropagator.cuh:215:6: required from here ../CUDAProb3/cudapropagator.cuh:220:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} -Wsign-compare] for (int iyp=0;iyp::getProbabilityArr(FLOAT_T*, cudaprob3::ProbType) [with FLOAT_T = double]': ../CUDAProb3/cudapropagator.cuh:246:6: required from here ../CUDAProb3/cudapropagator.cuh:257:50: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] for (std::uint64_t index_energy=0;index_energyn_energies;index_energy++) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../CUDAProb3/cudapropagator.cuh:258:50: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] for (std::uint64_t index_cosine=0;index_cosinen_cosines;index_cosine++) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -shared -o libOscillator_1.00.so OscClass_CUDAProb3.o -L/autofs/nccs-svm1_home1/wshi/ROOT/v5-34-00-patches/lib -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -pthread -lm -ldl -rdynamic -lRooFit -lRooFitCore -lMinuit -lHistPainter mv libOscillator_1.00.so ../lib/. make[1]: Leaving directory '/autofs/nccs-svm1_home1/wshi/MaCh3/MaCh3/OscClass'