10000000
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 111 articles for 0.001 sec
Re: Sorting routine     

Group: comp.lang.forth · Group Profile · Search for 10000000 in comp.lang.forth
Author: Jos van de Ven
Date: Sep 6, 2008 06:51

...: 8 =: #bits PRIVATE #bits 2^x 1- =: mask PRIVATE 4 VALUE #bytes PRIVATE #10000000 VALUE #entries PRIVATE CREATE COUNTS #bits 2^x CELLS ALLOT PRIVATE CREATE INDEX #bits 2^x ... .. 0.099 seconds elapsed. ok \ Win32Forth P4 between 2.8 - 3.25 Ghz Creating 10000000 input values. Sorting .. Elapsed time: 00:00:20.419 ok cell sort sedge-c RANDOM-FILL: 10...
Show full article (4.07Kb) · Show article thread
SQLMANGR.EXE disappears with Dr Watson Error c0000005 (access violation)     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for 10000000 in microsoft.public.sqlserver.setup
Author: David Hay
Date: Aug 27, 2008 10:08

....exe 632 AClntUsr.exe 4372 UdaterUI.exe 4184 Mctray.exe 1684 AeXAgentUIHost..exe 1968 mmc.exe 1048 sqlmangr.exe 3932 DRWTSN32.exe 0 _Total.exe (00400000 - 00414000) (77F80000 - 77FFC000) (10000000 - 1002D000) (7C570000 - 7C624000) (77E10000 - 77E6F000) (77F40000 - 77F7C000) (77800000 - 7781E000) (77D30000 - 77D9F000) (7C340000 - 7C34F000) (7C2D0000 - 7C335000) (76620000 - ...
Show full article (4.45Kb)
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: fj
Date: Aug 13, 2008 09:54

... variable but the associated memory should ! not be reused within the subroutine accum ! module assignment implicit none integer, parameter :: fieldsize = 10000000 private :: stack_level private :: block private :: block_pool type block integer :: level real, dimension(:), pointer :: data end type ...
Show full article (12.73Kb) · Show article thread
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: Arjen Markus
Date: Aug 12, 2008 05:49

... a temporary variable but the associated memory should ! not be reused within the subroutine accum ! module assignment implicit none integer, parameter :: fieldsize = 10000000 private :: stack_level private :: block private :: block_pool type block integer :: level real, dimension(:), pointer :: data end type type(block), ...
Show full article (8.73Kb) · Show article thread
Re: Simple Program, Lots of Issues (F90)     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: Dr Ivan D. Reid
Date: Jul 29, 2008 12:07

....com> wrote: seeftp://ftp.swcp.com/pub/walt/F/Examples/sieve.f95 I tried this simple program using six Fortran compilers but setting the integer parameter last_number to 10000000 (10 million). All compiled but four of the six had problems during exection. gfortran: Segmentation fault Program received signal SIGSEGV, Segmentation fault. 0x08048875 in ...
Show full article (2.28Kb) · Show article thread
Re: Simple Program, Lots of Issues (F90)     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: Tobias Burnus
Date: Jul 29, 2008 11:39

... <e...@juno.com> wrote: see ftp://ftp.swcp.com/pub/walt/F/Examples/sieve.f95 I tried this simple program using six Fortran compilers but setting the integer parameter last_number to 10000000 (10 million). All compiled but four of the six had problems during exection.   gfortran:     Segmentation fault     Program received signal SIGSEGV, Segmentation fault.     ...
Show full article (1.17Kb) · Show article thread
Re: Simple Program, Lots of Issues (F90)     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: AnotherSquid
Date: Jul 29, 2008 07:26

... this simple program using six Fortran compilers but setting the integer parameter last_number to 10000000 (10 million). All compiled but four of the six had problems during exection.... cleaned up version of the program: program Sieve_Of_Eratosthenes implicit none integer, parameter :: mxn=10000000 integer, dimension(mxn) :: nums integer :: i,ic,npr ! ..Initialize NUMBERS to 0...
Show full article (2.20Kb) · Show article thread
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: Damian
Date: Jul 17, 2008 09:30

...: 11.47 11.67 seconds ! do-loop: 7.41 7.37 seconds ! ! module assignment implicit none integer, parameter :: fieldsize = 10000000 type field logical :: temp = .false. real, dimension(:), pointer :: data end type field interface assignment(=) module procedure assign_field module procedure ...
Show full article (5.12Kb) · Show article thread
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: Arjen Markus
Date: Jul 16, 2008 03:05

...operator: 11.47 11.67 seconds ! do-loop: 7.41 7.37 seconds ! ! module assignment implicit none integer, parameter :: fieldsize = 10000000 type field logical :: temp = .false. real, dimension(:), pointer :: data end type field interface assignment(=) module procedure assign_field module procedure assign_field_scalar ...
Show full article (4.50Kb) · Show article thread
Re: Trying to use a logical as an array index     

Group: comp.lang.fortran · Group Profile · Search for 10000000 in comp.lang.fortran
Author: James Van Buskirk
Date: Jul 11, 2008 14:40

.... 123 .FALSE. failed 01111100 .TRUE. 124 .FALSE. failed 01111101 .TRUE. 125 .FALSE. failed 01111110 .TRUE. 126 .FALSE. failed 01111111 .TRUE. 127 .FALSE. failed 10000000 .TRUE. -128 .FALSE. failed 10000001 .TRUE. -127 .FALSE. failed 10000010 .TRUE. -126 .FALSE. failed 10000011 .TRUE. -125 .FALSE. failed 10000100 .TRUE. -...
Show full article (13.67Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next