Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
known_bugs [2008/09/23 20:28]
admin
known_bugs [2024/02/08 13:40] (current)
admin
Line 1: Line 1:
-===== libRadtran ​1.3: uvspec crashes on 64bit machine if wc_properties mie are used ===== +==== libRadtran ​doesn'​t compile ​==== 
-**Solution:​** ​Will be fixed in version 1.4. Meanwhile try to replace in tools/cloud.cline 960: +**Solution:​** ​When compiling uvspec, please make sure that you have all required compilers and tools installed, see [[Download]]For the newer versions of Linuxsome of the standard tools are no longer installed ​by default ​(as modern ​users don't want to fiddle around ​with such ugly things as compilers etc). One particular example is Flex The Fast Lexical AnalyzerIt is usually available for all flavours of Linux, under Mac, and for cygwin, but not necessarily installed by defaultYou may have to select installation of flex manuallyIf you have tried compiling uvspec without having flex installed, you may need to remove src/*_lex.c
-    out->​nreff ​ = calloc (nlambda, sizeof(int));​ +
-by +
-    out->​nreff ​ = calloc ​(nlambda, sizeof(size_t));​ +
-and recompile uvspec.  +
- +
-===== libRadtran 1.3: sdisort crashes on 64 bit machine ===== +
- +
-Some users of 64bit machines or in particular Macintosh ​with OSX reported problems when running sdisort ("bus error").  +
- +
-**Solution:​** A bug was fixed please replace src_f/​dpsdisort.f with [[http://​www.libradtran.org/bin/​dpsdisort.f|dpsdisort.f]]. +
  
 
 
known_bugs.1222198087.txt.gz · Last modified: 2008/10/13 17:33 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki