Loading install +2 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ TARGET=TNL INSTALL_PREFIX=${HOME}/local WITH_CUDA=yes WITH_CUDA=no WITH_CUSPARSE=no CUDA_ARCHITECTURE=2.0 TEMPLATE_EXPLICIT_INSTANTIATION=yes VERBOSE="VERBOSE=1" #VERBOSE="VERBOSE=1" CMAKE="cmake" CPUS=`grep -c processor /proc/cpuinfo` Loading src/implementation/matrices/tnlMatrix_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ bool tnlMatrix< Real, Device, Index >::save( tnlFile& file ) const if( ! tnlObject::save( file ) || ! file.write( &this->rows ) || ! file.write( &this->columns ) || ! this->values.save>( file ) ) ! this->values.save( file ) ) return false; #endif return true; Loading tests/unit-tests/CMakeLists.txt +1 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ if( BUILD_CUDA ) TARGET_LINK_LIBRARIES( tnl-unit-tests${mpiExt}${debugExt} ${CPPUNIT_LIBRARIES} tnl${mpiExt}${debugExt}-0.1 ) else() ADD_EXECUTABLE( tnl-unit-tests${mpiExt}${debugExt} ${headers} tnl-unit-tests.cpp OPTIONS -arch sm_20 -shared ) ADD_EXECUTABLE( tnl-unit-tests${mpiExt}${debugExt} ${headers} tnl-unit-tests.cpp ) TARGET_LINK_LIBRARIES( tnl-unit-tests${mpiExt}${debugExt} ${CPPUNIT_LIBRARIES} tnl${mpiExt}${debugExt}-0.1 ) endif() Loading Loading
install +2 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ TARGET=TNL INSTALL_PREFIX=${HOME}/local WITH_CUDA=yes WITH_CUDA=no WITH_CUSPARSE=no CUDA_ARCHITECTURE=2.0 TEMPLATE_EXPLICIT_INSTANTIATION=yes VERBOSE="VERBOSE=1" #VERBOSE="VERBOSE=1" CMAKE="cmake" CPUS=`grep -c processor /proc/cpuinfo` Loading
src/implementation/matrices/tnlMatrix_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ bool tnlMatrix< Real, Device, Index >::save( tnlFile& file ) const if( ! tnlObject::save( file ) || ! file.write( &this->rows ) || ! file.write( &this->columns ) || ! this->values.save>( file ) ) ! this->values.save( file ) ) return false; #endif return true; Loading
tests/unit-tests/CMakeLists.txt +1 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ if( BUILD_CUDA ) TARGET_LINK_LIBRARIES( tnl-unit-tests${mpiExt}${debugExt} ${CPPUNIT_LIBRARIES} tnl${mpiExt}${debugExt}-0.1 ) else() ADD_EXECUTABLE( tnl-unit-tests${mpiExt}${debugExt} ${headers} tnl-unit-tests.cpp OPTIONS -arch sm_20 -shared ) ADD_EXECUTABLE( tnl-unit-tests${mpiExt}${debugExt} ${headers} tnl-unit-tests.cpp ) TARGET_LINK_LIBRARIES( tnl-unit-tests${mpiExt}${debugExt} ${CPPUNIT_LIBRARIES} tnl${mpiExt}${debugExt}-0.1 ) endif() Loading