Opened 9 years ago

Closed 7 years ago

Last modified 7 years ago

#3710 closed defect (invalid)

Unlucky tearing if module wrapFucntionCalls is enabled

Reported by: Lennart Ochel Owned by: somebody
Priority: high Milestone: Future
Component: Optimization Version: v1.9.4-dev-nightly
Keywords: Cc: jan.hagemann@…, Patrick Täuber

Description

The two tests testAlgLoop5.mos and testAlgLoop6.mos fail if post-optimization module wrapFunctionCalls is enabled. The problem seem to be connected to input variables.

Change History (5)

comment:1 by Vitalij Ruge, 9 years ago

Owner: changed from Vitalij Ruge to somebody
Status: newassigned
Summary: Some optimization tests does not work if module wrapFucntionCalls is enabledUnlucky tearing if module wrapFucntionCalls is enabled

wrapFunctionCalls changes unlucky the tearing set.

in reply to:  1 comment:2 by Lennart Ochel, 9 years ago

Cc: Patrick Täuber added

Replying to vitalij:

wrapFunctionCalls changes unlucky the tearing set.

Can you explain this a bit? Do you think this is a tearing issue?

comment:3 by Patrick Täuber, 7 years ago

Resolution: invalid
Status: assignedclosed

These tests use a flag that enables a careless tearing (--tearingStrictness=casual). Use --tearingStrictness=casualto avoid problems.

in reply to:  3 ; comment:4 by Francesco Casella, 7 years ago

Replying to ptaeuber:

These tests use a flag that enables a careless tearing (--tearingStrictness=casual). Use --tearingStrictness=casualto avoid problems.

@ptauber you wrote '--tearingStrictness=casual' twice. What is the right flag to use?

in reply to:  4 comment:5 by Patrick Täuber, 7 years ago

Replying to casella:

@ptauber you wrote '--tearingStrictness=casual' twice. What is the right flag to use?

Oops, it has to be --tearingStrictness=strict, which is the default.

Note: See TracTickets for help on using tickets.