Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
darshan
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • darshan
  • darshan
  • Issues
  • #122

Closed
Open
Opened Sep 24, 2015 by Shane Snyder@ssnyder
  • Report abuse
  • New issue
Report abuse New issue

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
triage-feature-request
Milestone
triage-feature-request
Assign milestone
Time tracking
None
Due date
None
2
Labels
compiler scripts defect
Assign labels
  • View project labels
Reference: darshan/darshan#122