¡@

Home 

python Programming Glossary: fopenmp

How to tell distutils to use gcc?

http://stackoverflow.com/questions/16737260/how-to-tell-distutils-to-use-gcc

Interface.pyx Parallel.cpp language c extra_compile_args fopenmp extra_link_args fopenmp for e in modules e.cython_directives.. language c extra_compile_args fopenmp extra_link_args fopenmp for e in modules e.cython_directives embedsignature True setup.. cmdclass build_ext build_ext ext_modules modules The fopenmp flag is used with gcc to compile and link against OpenMP. However..

Project organization with Cython and C++

http://stackoverflow.com/questions/16792792/project-organization-with-cython-and-c

1.8 include extra_link_args L.. lib extra_compile_args fopenmp O3 extra_link_args And finally the main .pyx that links..

Using Cython To Link Python To A Shared Library

http://stackoverflow.com/questions/16993927/using-cython-to-link-python-to-a-shared-library

c # remove this if C and not C extra_compile_args fopenmp O3 extra_link_args DSOME_DEFINE_OPT L. some extra dependency.. option extra_compile_args I. some path to includes fopenmp O3 Note LDFLAGS could also have been setup using the extra_link_args..