Skip to content

Commit

Permalink
nvcc 11.0.3 / empty example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlag31 committed Nov 28, 2023
1 parent be7a973 commit b585725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/moving_least_squares/moving_least_squares.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <Kokkos_Core.hpp>

/*
#include <boost/program_options.hpp>
#include <fstream>
Expand Down Expand Up @@ -252,4 +253,11 @@ int main(int argc, char *argv[])
num_neighbors == 0 ? std::nullopt : std::optional(num_neighbors),
dump_file);
return 0;
}
*/

int main(int argc, char *argv[])
{
Kokkos::ScopeGuard guard(argc, argv);
return 0;
}

0 comments on commit b585725

Please sign in to comment.