Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Issues
  • #584

Closed
Open
Created Jul 31, 2020 by gsell@gsellOwner

parse error in VFFA-1.in

Summary

The regression test VFFA-1 failed with a parse error if OPAL is compiled with -DENABLE_AMR=ON -DENABLE_SAAMG_SOLVER=ON

Steps to reproduce

Compile OPAL with the recommended tool-chain, enable -DENABLE_AMR=ON -DENABLE_SAAMG_SOLVER=ON and run the VFFA-1 regression-test

What is the current bug behavior?

105 OFFSET_X(delta_x, delta_y, tilt, bb_length, x_out): MACRO {
  106     x_out = delta_x-bb_length*cos(tilt)/2.;
  107 }
Error> 
Error> *** Parse error detected by function "MacroCmd::makeTemplate()"
Error> *** in line 105 of file "VFFA-1.in" before token "MACRO":
Error>     Missing MACRO body, should be "{...}".
Error>     Missing MACRO body, should be "{...}".

Assignee
Assign to
OPAL 2.4.0
Milestone
OPAL 2.4.0 (Past due)
Assign milestone
Time tracking