Loading Documentation/Examples/Containers/CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ if( BUILD_CUDA ) add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out ) set( CUDA_OUTPUTS ${CUDA_OUTPUTS} ${target}.out ) endforeach() endif( ${BUILD_MPI} ) endif() else() foreach( target IN ITEMS ${HOST_EXAMPLES} ) add_executable( ${target} ${target}.cpp ) Loading @@ -36,7 +36,7 @@ else() add_executable( ${target} ${target}.cpp ) add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out ) set( HOST_OUTPUTS ${CUDA_OUTPUTS} ${target}.out ) endforeach( ${BUILD_MPI} ) endforeach() endif() endif() Loading Loading
Documentation/Examples/Containers/CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ if( BUILD_CUDA ) add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out ) set( CUDA_OUTPUTS ${CUDA_OUTPUTS} ${target}.out ) endforeach() endif( ${BUILD_MPI} ) endif() else() foreach( target IN ITEMS ${HOST_EXAMPLES} ) add_executable( ${target} ${target}.cpp ) Loading @@ -36,7 +36,7 @@ else() add_executable( ${target} ${target}.cpp ) add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out ) set( HOST_OUTPUTS ${CUDA_OUTPUTS} ${target}.out ) endforeach( ${BUILD_MPI} ) endforeach() endif() endif() Loading