search for: ccrc

Displaying 5 results from an estimated 5 matches for "ccrc".

Did you mean: crc
1999 Jun 07
1
configure script: locking error
...#include "confdefs.h" #include "./tests/fcntl_lock.c" I don't have any idea why it gets a parse error. I actually looked at fcntl.h and everything seems fine (not that I would expect such a library file to have an error). I posted the entire log file at http://www.ccrc.wustl.edu/~chas/config.log if that helps. Thanks, Chas S. chas@ccrc.wustl.edu
2010 Sep 03
1
calculate monthly mean
...) ,the time in month i want to calculate the monthly mean for the time how can i make that , is there any function doing that Thanks a lot ##load rgl package library(rgl) library(fields) library(ncdf) library(scatterplot3d) ## open binary file to read nc <- open.ncdf("/srv/ccrc/data05/z3236814/mm5/co2/2000/q.200001.mon.nc") v1 <- nc$var [[1]] v2 <- nc$var [[2]] v3 <- nc$var [[3]] data1 <- get.var.ncdf(nc,v1) data2 <- get.var.ncdf(nc,v2) data3 <- get.var.ncdf(nc,v3) coldat = data1[1:111,1:101,23,1:60] ## creat colour hcol = cumsum(coldat) col...
1999 Aug 04
0
How do you run smbpasswd?
...sswd would run without complaints, but after it took my old password (which was empty) and new password twice, it gave a bad password error message. My entry in smbpasswd has "NO PASSWORDXXXX....." with flags "NU", and here is my smb.conf file: [global] workgroup = CCRC netbios name = CASHEW server string = Enterprise 450 [%v] encrypt passwords = Yes null passwords = Yes os level = 65 preferred master = Yes domain master = Yes guest account = guest hosts allow = 128.252.169. [homes] c...
1997 Mar 21
0
new Adaptec ATM driver available
The Applied Research Lab (ARL) of Washington University and the ATOMIC-2 Project at USC/ISI are pleased to announce the availability of a BSD device driver for the Adaptec 590x series of PCI ATM host adaptors (eg ANA-5940) Written by Chuck Cranor of Washington University's ARL (chuck@ccrc.wustl.edu), the "MIDWAY" ATM device driver originally supported Efficient Network's PCI ATM 155Mbps cards under FreeBSD, NetBSD, and OpenBSD. Working with Anne Hutton of USC/ISI, Chuck has recently added support for the Adaptec series of 155Mbps PCI ATM cards to the driver. T...
2012 Feb 08
18
[PATCH 0 of 4] Prune outdated/impossible preprocessor symbols, and update VIOAPIC emulation
Patch 1 removes CONFIG_SMP Patch 2 removes separate smp_{,r,w}mb()s as a result of patch 1 Patch 4 removes __ia64__ defines from the x86 arch tree Patch 3 is related to patch 4 and changes the VIOAPIC to emulate version 0x20 as a performance gain. It preceeds Patch 4 so as to be more clear about the functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>