|
version 1.20, 1997/10/16 13:49:23
|
version 1.21, 1999/12/15 11:03:00
|
|
|
|
| -*-mode:indented-text; fill-column:78-*- |
|
| |
Problems with the current version of the Suite are logged on the |
| |
web page |
| |
http://www.dl.ac.uk/CCP/CCP4/problems.html |
| |
|
| |
The following are technical quirks of a long-term nature. |
| |
|
| |
-------- |
| | |
| This is a partial list of known problems with the current CCP4 code. They | This is a partial list of known problems with the current CCP4 code. They |
| are either problematical to fix or have not been fixed yet for lack of time. | are either problematical to fix or have not been fixed yet for lack of time. |
|
|
|
| * PLTDEV: scaling reportedly wrong HP output and reported to throw blank pages | * PLTDEV: scaling reportedly wrong HP output and reported to throw blank pages |
| and hang HPGL plotter. | and hang HPGL plotter. |
| | |
| * The manual *still* needs more work. See ccp4/manual/README about possible |
|
| problems with the PostScript etc. |
|
| |
|
| * Documentation for the libraries is still inadequate in some cases -- consult |
|
| the library source or a program doing something similar if necessary. |
|
| |
|
| * AMORE may need to use enormous amounts of memory and probably won't work for |
|
| large cases on many systems (including most VAXen?). It also contains |
|
| illegal Fortran and thus probably needs to be run with optimisation turned |
|
| off (apart from peephole-type things, probably). |
|
| |
|
| * Some of the programs may use too much memory to link on small VMS systems -- |
|
| no workaround known without changing their dimensions. |
|
| |
|
| * Configure may fail without error messages if the shell runs out of space | * Configure may fail without error messages if the shell runs out of space |
| wherever it puts temporary files (e.g. /tmp). It will also not stop if | wherever it puts temporary files (e.g. /tmp). It will also not stop if |
| components fail to avoid lossage in the broken shell on one system that | components fail to avoid lossage in the broken shell on one system that |
| should remain nameless -- check for error messages as it runs. | should remain nameless -- check for error messages as it runs. |
| | |
| * Some of the example unix sh scripts may not run on system with an old |
|
| /bin/sh e.g. Ultrix. You could install the GNU shell, `bash', and change |
|
| /bin/sh in the scripts to the bash pathname. I've also seen hints that |
|
| there's a /bin/sh5 which should do. |
|
| |
|
| * OMIT: Memory requirements are governed by a parameter MAXREF set in the | * OMIT: Memory requirements are governed by a parameter MAXREF set in the |
| program, and this may need to be increased for large problems. Increasing | program, and this may need to be increased for large problems. Increasing |
| MAXREF increases the record lengths for some scratch files, and this can | MAXREF increases the record lengths for some scratch files, and this can |
|
|
|
| * SCALA uses lots of memory. You can reduce MAXPMR and MAXPAR in | * SCALA uses lots of memory. You can reduce MAXPMR and MAXPAR in |
| src/scala/parameter.h to save space, especially if running in rotavata mode. | src/scala/parameter.h to save space, especially if running in rotavata mode. |
| | |
| * RSPS is reported to crash IRIX f77 3.5.1 (even without optimisation), but I |
|
| can't reproduce this, so suspect it depends on available VM or somesuch. |
|
| Presumably the remedy is to complain to SGI (but please report a workaround |
|
| if you find one). |
|
| |
|
| * VAX C: apparently stdlib.h is missing in some (older?) installations of VAX | * VAX C: apparently stdlib.h is missing in some (older?) installations of VAX |
| C. The code should work without the #include if you comment it out. | C. The code should work without the #include if you comment it out. |
| | |
|
|
|
| arise from trying to mix Irix4 and Irix5 objects. Re-compile everything | arise from trying to mix Irix4 and Irix5 objects. Re-compile everything |
| under Irix5. | under Irix5. |
| | |
| * compar is known to have runtime-undefined variables which haven't been |
|
| tracked down yet. (Won't cause trouble on most systems with default |
|
| compilation options.) |
|
| |
|
| * Bugs in VMS DEC Fortran have broken MTZ handling at least with version | * Bugs in VMS DEC Fortran have broken MTZ handling at least with version |
| v6.1-68 with optimsiation on; v6.2 is OK, as is 6.1 with /NOOPT. | v6.1-68 with optimsiation on; v6.2 is OK, as is 6.1 with /NOOPT. |
| | |
| * The lib/src/pack_c.c requires ANSI C, i.e. won't work in vanilla SunOS4, at | * The lib/src/pack_c.c requires ANSI C, i.e. won't work in vanilla SunOS4, at |
| least. Could be fixed if anyone needs it. | least. Could be fixed if anyone needs it. |
| | |
| * The `proclean' component of Procheck doesn't compile on (some?) ESV systems, |
|
| apparently due to a compiler bug. The `f2c' compiler reportedly works if |
|
| you can't get a fix for the MIPS compiler. Beware also that there is a |
|
| system `tplot' command which could clash with one of the prochek components. |
|