Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • 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
  • darshan
  • darshan
  • Issues
  • #122

Closed
Open
Created Sep 24, 2015 by Shane Snyder@ssnyderOwner

compiler script generation fails on OpenMPI

The darshan-gen-cc.pl script fails on generating a compiler wrapper due to the '-v' option not outputting anything to standard out. I don't think we even need this test specifically. I believe if we remove it and restructure a little, OpenMPI wrapper script generation will work.

my $version_out = $input_file -v 2>/dev/null |head -n 1; if (!($version_out)) { printf STDERR "Error: failed to invoke $input_file with -v\n"; exit(1); }

Assignee
Assign to
Time tracking