whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#113 closed defect (worksforme)

libraries different than the standard name do work only with the -r option

Reported by: Juergen Reuter Owned by: kilian
Priority: P3 Milestone:
Component: core Version: 2.0.0beta
Severity: normal Keywords: shared libraries
Cc:

Description

If one chooses a library = <name> and compile ("name") command in an input file, this works only with the -r option. Otherwise the library is not created. This should not be the case or at least properly documented.

Change History (2)

comment:1 Changed 14 years ago by kilian

Resolution: worksforme
Status: newclosed

The 'modeltest' test case actually did work as it should. The error was likely caused by an incomplete build of this library, probably due to some previous error. This situation is exactly what the -r flag is intended for. (Otherwise, all references of the library both in the working directory and the .libs subdirectory have to be deleted before restart.)

The 'ignore' flag was missing indeed, but only for preloaded libraries (-l flag), which was not used here. (Fixed in [1451]).

JR: Reopen this if I'm wrong.

comment:2 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.