Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fastcodeml fastcodeml
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • phylo
  • fastcodemlfastcodeml
  • Issues
  • #33

Closed
Open
Created Mar 23, 2016 by Iakov Davydov@idavydovGuest

Doesn't compile with MPI support enabled.

If MPI is enabled in CMakeLists.txt gives an error:

/home/idavydov/work/fastcodeml/fastcodeml/HighLevelCoordinator.cpp: In member function ‘bool HighLevelCoordinator::startWork(Forest&, const CmdLine&)’:
/home/idavydov/work/fastcodeml/fastcodeml/HighLevelCoordinator.cpp:459:76: error: no matching function for call to ‘Forest::getBranchRange(const CmdLine&, size_t&, size_t&)’
     bool do_all = aForest.getBranchRange(aCmdLine, branch_start, branch_end);
                                                                            ^
/home/idavydov/work/fastcodeml/fastcodeml/HighLevelCoordinator.cpp:459:76: note: candidate is:
In file included from /home/idavydov/work/fastcodeml/fastcodeml/HighLevelCoordinator.h:5:0,
                 from /home/idavydov/work/fastcodeml/fastcodeml/HighLevelCoordinator.cpp:22:
/home/idavydov/work/fastcodeml/fastcodeml/Forest.h:97:8: note: bool Forest::getBranchRange(const CmdLine&, size_t&, size_t&, std::set<int>&, std::set<int>&) const
   bool getBranchRange(const CmdLine &aCmdLine, size_t &aBranchStart,
        ^
/home/idavydov/work/fastcodeml/fastcodeml/Forest.h:97:8: note:   candidate expects 5 arguments, 3 provided
make[2]: *** [CMakeFiles/fast.dir/HighLevelCoordinator.cpp.o] Error 1
make[1]: *** [CMakeFiles/fast.dir/all] Error 2
make: *** [all] Error 2

tested in commit: 8ab98271

Assignee
Assign to
Time tracking