Opened 15 years ago
Closed 15 years ago
#2 closed task (fixed)
Merge WHIZARD's vamp extensions with the noweb sources and make vamp self-configurable
Reported by: | ohl | Owned by: | ohl |
---|---|---|---|
Priority: | P1 | Milestone: | v2.0.1 |
Component: | vamp | Version: | 2.0.0alpha |
Severity: | critical | Keywords: | |
Cc: |
Description
WHIZARD has some extensions over the original vamp that should be merged with the noweb sources to aid future develepment. At the same time, vamp should become configurable as an independent sub package via AC_CONFIG_SUBDIRS([src/vamp]).
Change History (16)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Priority: | major → P4 |
---|---|
Severity: | → normal |
comment:3 Changed 15 years ago by
Milestone: | v2-public → v2.0 |
---|
comment:4 Changed 15 years ago by
Priority: | P4 → P2 |
---|---|
Severity: | normal → major |
comment:5 Changed 15 years ago by
Since this is a really old ticket, and all changes have to be incorporated later on in the noweb version (!!!), I also give this highest priority.
comment:6 Changed 15 years ago by
Priority: | P2 → P3 |
---|---|
Severity: | major → minor |
I will do it, but let's assign a reasonable priority and severity.
comment:7 Changed 15 years ago by
Priority: | P3 → P2 |
---|---|
Severity: | minor → major |
Now that we're past RC1, we should move the priority up again.
comment:8 Changed 15 years ago by
Milestone: | v2.0.0final → v2.0-rc4 |
---|---|
Priority: | P2 → P1 |
Severity: | major → critical |
comment:9 Changed 15 years ago by
Milestone: | v2.0-rc4 → v2.0.0final |
---|
comment:11 Changed 15 years ago by
Since it should be possible to retrieve complete information for previous runs, there is need for procedures vamp_write_history and vamp_read_history. These are not implemented yet.
comment:12 Changed 15 years ago by
Milestone: | v2.0.0final → v2.0.1 |
---|
We are all awaiting this like the Kwisatz Haderach but it's technical internum, therefore moved to 2.0.1.
comment:14 Changed 15 years ago by
Just to keep the impatient up-to-date: I have completed the merge and have layed out everything in a directory hierarchy similar to WHIZARD and O'Mega. make and a nontrivial make check work. Now I'm working on make install and make distcheck, then I can drop it into the WHIZARD tree.
comment:15 Changed 15 years ago by
There is a partially working version in source:branches/ohl/merge-vamp, but there are still issues:
- segfault in decays.sin with gfortran
- processes.f90 doesn't compile with nagfor
both are probably related to the fact that the kinds module in not yet properly synchronized.
Especially to include the changes made by WK and myself in the noweb sources, this should not have too low priority now.