Changes between Initial Version and Version 1 of Ticket #43080, comment 11


Ignore:
Timestamp:
May 9, 2014, 9:21:20 PM (10 years ago)
Author:
david.weese@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43080, comment 11

    initial v1  
    1 Do you mistake OpenMP with OpenMPI? For multi-core parallelization in the SeqAn apps we need OpenMP which is a C++ language extension supported by the gcc compilers but not clang yet.
     1Do you mistake OpenMP with OpenMPI? For multi-core parallelization in the SeqAn our apps need OpenMP which is a C++ language extension supported by the gcc compilers but not clang yet.
    22
    33SeqAn's apps very well compile with almost any compiler and on any platform but with clang they cannot benefit from multi-threading which is a performance problem when processing biological mass data. A second issue is the coinor-LEMON library I made a portfile for (#43101). LEMON does not compile with clang, only with gcc and we have one app (breakpoint-calculator) depending on LEMON.