Re: Fortran Compiler Error CMBFAST

2006-06-27 Thread Brad Krane
Yes I forgot to mention that the include file that the compiler could not find was in the working directory. Adding a -I./ to the flags has seemed to solve this. On 6/26/06, Williams, Gerald S (Jerry) [EMAIL PROTECTED] wrote: Brad Krane wrote: I'm trying to compile the scientific package

Fortran Compiler Error CMBFAST

2006-06-25 Thread Brad Krane
I'm trying to compile the scientific package CMBFAST-4.5.1 in the cygwin environment using g77. I get the following error and I have no idea how to fix this having never used Fortran before. This should work without any problem as many other people have compiled this and never run up on a similar

Increasing Available Memory for Cygwin Run Programs in XP

2006-05-11 Thread Brad Krane
I am trying to run a numerical simulation that requires a large amount of RAM in the cygwin environment running on a Pentium 4 with Windows XP and 3GB RAM. I have so far learned that Windows XP (and other Windows versions) allot only 2GB RAM for user program space. I have verified this with a

RE: Increasing Available Memory for Cygwin Run Programs in XP

2006-05-11 Thread Brad Krane
Look at --large-address-aware option in ld.info. Danny I have just tried this option by compiling with the line below: gcc -DMEMLOC -Wl,--large-address-aware memloc.c -o memloc and this has unfortunatly lead to no effect. -- Brad -- Unsubscribe info:

RE: Increasing Available Memory for Cygwin Run Programs in XP Cygwin1.dll v1.5.19-cr-0x5ef

2006-05-11 Thread Brad Krane
Sorry I forgot to mention my Cygwin version in my previous post. -- Brad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/