Open
Description
Hello,
I am trying to install collapse in an R/4.2.1 environment via BiocManager::install. I am getting this error:
gcc -std=gnu11 -I"/usr/local/lib64/R/include" -DNDEBUG -I'/usr/local/lib64/R/library/Rcpp/include' -I/usr/local/include -fopenmp -fpic -g -O2 -c fmean.c -o fmean.o
fmean.c: In function ‘fmean_double_omp_impl’:
fmean.c:37:30: error: expected ‘#pragma omp’ clause before ‘simd’
#pragma omp parallel for simd num_threads(nthreads) reduction(+:mean,n)
^
fmean.c:45:28: error: expected ‘#pragma omp’ clause before ‘simd’
#pragma omp parallel for simd num_threads(nthreads) reduction(+:mean)
this repeats for a while.
Can you help me?
Metadata
Metadata
Assignees
Labels
No labels