Archivo del Autor: carlosap

Mersenne Primes: History, Theorems and Lists

Contents: Early History Perfect Numbers and a Few Theorems Table of Known Mersenne Primes The Lucas-Lehmer Test and Recent History Conjectures and Unsolved Problems See also Where is the next larger Mersenne prime? and Mersenne heuristics For remote pages on Mersennes see the Prime Links’ Mersenne directory

Enable Cuda on mac mini 3.1 test with Mathematica 8

First download http://www.nvidia.com/object/mac-driver-archive.html CUDA Mac Driver Latest Version: CUDA 3.2.17 driver for MAC Release Date: 11/16/2010 Test in Mathematica 8 with mac mini 3.1 early 2009, Snow Leopard 10.6.7 Needs[«CUDALink`»] CUDAInformation[1] {«Name» -> «GeForce 9400», «Clock Rate» -> 1100000, «Compute Capabilities» -> 1.1, «GPU Overlap» -> 0, «Maximum Block Dimensions» -> {512, 512, 64}, «Maximum… Leer más: Enable Cuda on mac mini 3.1 test with Mathematica 8 »

rayos

me queda el resto del mes, del dominio pero 40 morlaquitos es mucho, ni pex … … … mudare again a uno más estable

bashrc list dir

export LS_OPTIONS=’–color’ #eval «‘gdircolors'» alias ls=’gdir $LS_OPTIONS’ alias ll=’gdir $LS_OPTIONS -dlR $PWD/*’ alias l=’gdir $LS_OPTIONS -lA’ export PS1='[\h:\w]\$’

Categoría: Nix

ProKB

http://download.progress.com/open/pr…rokb/prokb.zip

open management remote install

1. Management Server Enable Remote: fmconfig -enable restart proadsrv 2. Remote Databases fmconfig -enable -host 192.168.1.20 OpenEdge Release 10.1B03 as of Fri Nov  2 23:38:34 EDT 2007 Unpacking files … Done Invoking 2nd phase of setup. Determining configuration type … Fathom NOT detected. Configuring for remote monitoring by Fathom. Enabling support for remote monitoring. Connecting… Leer más: open management remote install »

Tecnología, innovación y conocimiento (TI-4007)

Tecnología, innovación y conocimiento (TI-4007) Descripción | Importancia | Temas | Bibliografías | Tecnologías | Comentarios Información general Modalidad: Materia en línea Horario: En línea, 12 hrs a la semana de estudio mínimo Equipo docente: Profesores Titulares: Ing. Ricardo Rendón Blacio, MC Cotitular y Tutor Líder Ing. Arturo Tavizón Salazar, MTI ’99, MA’07 Equivalencia: N/A… Leer más: Tecnología, innovación y conocimiento (TI-4007) »

multiple pid kill

ps -ef|grep telnet|grep -v grep | awk ‘{print $2;}’|while read pid do kill -9 $pid done shell #!/usr/bin/sh ps -ef|grep $1|grep -v grep | awk ‘{print $2;}’|while read pid do kill -9 $pid done

Categoría: Nix

linpack C version Solaris SParc

SOURCE: linpackc BUILD: cc -DDP  -DUNROLL  -Xa -dalign linpackc.c -o linpackcdb -lm -xcache=64/64/2:5120/256/10 -m64 ———————————————————————————————— A  0, 16 1800 32.0 US-IV+   2.4 ./linpackcdb Unrolled Double Precision Linpack Unrolled Double Precision Linpack NTIMES= 1000 norm. resid      resid           machep         x[0]-1        x[n-1]-1 1.7        7.41628980e-14  2.22044605e-16 -1.49880108e-14 -1.89848137e-14 times are reported for matrices of order   100 dgefa      dgesl      total      … Leer más: linpack C version Solaris SParc »