Update Kokkos library in LAMMPS to v3.1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include <omp.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int main(int, char**) {
|
||||
int thr = omp_get_num_threads();
|
||||
if (thr > 0)
|
||||
return thr;
|
||||
|
||||
Reference in New Issue
Block a user