Skip to content

GitLab

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

Closed
Open
Opened Jul 31, 2020 by gsell@gsell
  • Report abuse
  • New issue
Report abuse New issue

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 "{...}".

To upload designs, you'll need to enable LFS. More information

Linked issues

Assignee
Assign to
OPAL 2.4.0
Milestone
OPAL 2.4.0
Assign milestone
Time tracking
None
Due date
None
1
Labels
Bug
Assign labels
  • View project labels
Reference: OPAL/src#584