Re: [Rcpp-devel] Rcpp unreachable when RInside+Hemi tryed to be compiled together

2018-05-18 Thread Ralf Stubner
On 18.05.2018 09:22, ExtremePasta wrote: > using -Xcompiler and removing some flag fromĀ $(shell $(R_HOME)/bin/R CMD > config CXXFLAGS) I tryed to make nvcc recognize all the gcc command but > I don't know if this allow nvcc run it perfectly. When running "make" > this is the error I get: > > nvcc

[Rcpp-devel] Rcpp unreachable when RInside+Hemi tryed to be compiled together

2018-05-18 Thread ExtremePasta
Hi all, I'm trying to make a simple .cpp compile with RInside and Hemi in it, in particular to parallelize R function directly in .cpp without using or creating R packages, to be precise this is the .cpp : #include #include "hemi/parallel_for.h" #include using namespace hemi; int main(void) {