search for: ier

Displaying 20 results from an estimated 23 matches for "ier".

Did you mean: idr
2001 Oct 02
1
Graceful exit from fortran. (fwd)
rolf at math.unb.ca said: > If I say something like > if(x .gt. 42.d0) stop > then indeed everything stops, i.e. R falls over. I'd ***like*** to be > able to print out an informative error message (which I guess could be > done - In Fortran: subroutine foo(..., ier) integer ier ier=0 ... if (x .gt. 42.d0) then ier=1 return endif ... return end In R: foo <- .Fortran("foo", ..., ier=integer(1)) if(foo$ier) stop("error: x > 42") By the way, is the following allowed in Windows with mignw3...
2006 Jan 12
1
.leap.seconds
I glanced at the .leap.seconds object and noticed that it has not been updated for the most recent leap second that occurred 2005 December 31, 23h 59m 60s. See the IERS bulletin here: http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat Moreover, after a more careful glance at the .leap.seconds object, I noticed that there are two incorrect entries. First, there was not a leap second on 1986 June 30, and second there was a leap second that was omitted on 1982 June...
2019 Aug 30
3
no DNS functionality on second subnet
...QDN work: > > >>> > > >>> C:\Users\Administrator>telnet smbdc 53 Connecting To > smbdc...Could > > >>> not open connection to the host, on port 53: Connect failed > > >>> > > >>> C:\Users\Administrator>telnet smbdc.ier.ux.uis.no 53 > Connecting To > > >>> smbdc.ier.ux.uis.no...Could not open connection to the > host, on port > > >>> 53: Connect failed > > >>> > > >>> > > >>> Andreas > > >> Then you have DNS problems, is...
2019 Aug 30
0
no DNS functionality on second subnet
Ah, you gave the solution yourselve.. > client on "different" subnet: > > Host Name . . . . . . . . . . . . : pitter35 > Primary Dns Suffix . . . . . . . : <<< your missing .. > DNS Suffix Search List. . . . . . : ier.ux.uis.no > client on same subnet as DC: > > Host Name . . . . . . . . . . . . : geoah > Primary Dns Suffix . . . . . . . : ier.ux.uis.no > DNS Suffix Search List. . . . . . : ier.ux.uis.no > ux.uis.no Add Primary Dns Suffix for...
2019 Aug 30
3
no DNS functionality on second subnet
...> Andreas [[AH:]] Does 'telnet <DC short hostname> 53' work ? Rowland No, neither short name or FQDN work: C:\Users\Administrator>telnet smbdc 53 Connecting To smbdc...Could not open connection to the host, on port 53: Connect failed C:\Users\Administrator>telnet smbdc.ier.ux.uis.no 53 Connecting To smbdc.ier.ux.uis.no...Could not open connection to the host, on port 53: Connect failed Andreas -- Andreas Habel Petroleum engineering lab Geosciences | Unix network Faculty of Science and Technology University of Stavanger Norway Phone: +47-51 83 22 93
2004 Nov 18
0
Calling Rdqags doesn't produce correct result.
...n. Following are the C program and the corresponding R program: C program --------- void test(double *a, double *b, double *epsabs, double *epsrel, double *result, double *abserr, int *neval, int *ier, int *limit, int *lenw, int *last, int *iwork, double *work, double *exx) { void *ex; ex = exx; Rdqags(tmpfun, ex, a, b, epsabs, epsrel, result, abserr, neval, ier, l...
2019 Aug 30
3
no DNS functionality on second subnet
...> > > Rowland > > > > No, neither short name or FQDN work: > > > > C:\Users\Administrator>telnet smbdc 53 Connecting To smbdc...Could not > > open connection to the host, on port 53: Connect failed > > > > C:\Users\Administrator>telnet smbdc.ier.ux.uis.no 53 Connecting To > > smbdc.ier.ux.uis.no...Could not open connection to the host, on port > > 53: Connect failed > > > > > > Andreas > > Then you have DNS problems, is a firewall running blocking port 53 ? > > Do dns lookup commands on the clien...
2005 May 09
2
use "integrate" for functions defined in C, not R
..., I define a C function "my_call_dqags" that has it's own parameters of "lower, upper" and etc define in C, instead of parsing from R. And I call Rdqags(Cintfn, &lower, &upper, &epsabs, &epsrel, &result, &abserr, &neval, &ier, &limit, &lenw, &last, iwork, work); instead of Rdqags(Rintfn, (void*)&is, &lower, &upper, &epsabs, &epsrel, &result, &abserr, &neval, &ier, &limit, &lenw, &last, iwork, work); I am not passing (void*)&is beca...
2012 Feb 23
1
Does Samba affect leap second?
At 2012-06-30, leap second will be introduced. ftp://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat Does Samba affect leap second? -- --- Oota Toshiya --- t-oota at dh.jp.nec.com NEC Systems Software Operations Unit Shiba,Minato,Tokyo IT Platform Solutions Division Japan,Earth,Solar system (samba-jp/ldap-jp Staff,mutt-j/samba-jp postmaster)
2001 Aug 26
1
time zone issues
...822 instead. > >While UTC is sufficient for human beings, but not necessarily accurate >for machines, because of the leap year adjustment. TAI is the You mean leap seconds, not leap years. Since 1972, UTC == TAI modulo some number of seconds. Leap Seconds are announced officially by the IERS http://www.iers.org/iers/products/eop/leap.html RFC2822 explicitly refers to "local time" and to UTC. Local (or civil) time is ALWAYS UTC (modulo some hours). UTC, expressed (as it should be) in hours minutes seconds format, is unambigous. So, if you want to be consistent with rfc2822...
2009 Feb 04
12
Serial console hangs with Linux 2.6.20 HVM guest
I am seeing a problem with the Xen emulated serial console. When running a Linux 2.6.20 HVM guest that has CONFIG_HOTPLUG_CPU=n, the guest blocks on output to the console until it receives input keypresses from `xm console`. This prevents the guest from booting up without banging on some keys, and makes interactive use of the console difficult. By bisecting Linux kernel commits, I found that
2018 Jul 12
2
loop para repetir valores de un vector
Hola a todos! Estoy intentando crear un vector (alt) a partir de la repetición de valores provenientes de otro vector (altitud). A cada valor de altitud lo quiero repetir 1247 veces, y de ahi continuar con el siguiente valor de altitud. Probé varias cosas, pero esto me pareció lo más coherente: altitud=read.csv("C:/Users/IER/Dropbox/Pasantia Castelar/YungasLigustroTS/altitud44.csv") alt=numeric (44*1247) #lo especifico asi porque tal vez tenga...
2009 Jan 17
2
DierckxSpline segfault
I've just encountered a segfault when using DierckxSpline::percur function. Below is the minimal example which triggers the error: --- library(DierckxSpline) x <- 1:10 y <- rep(0, 10) pspline <- percur(x, y) --- *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Fortran("percur", iopt...
2019 Aug 30
0
no DNS functionality on second subnet
...<DC short hostname> 53' work ? > > Rowland > > No, neither short name or FQDN work: > > C:\Users\Administrator>telnet smbdc 53 > Connecting To smbdc...Could not open connection to the host, on port 53: Connect failed > > C:\Users\Administrator>telnet smbdc.ier.ux.uis.no 53 > Connecting To smbdc.ier.ux.uis.no...Could not open connection to the host, on port 53: Connect failed > > > Andreas Then you have DNS problems, is a firewall running blocking port 53 ? Do dns lookup commands on the client work ? Rowland
2004 Jul 06
0
Warning: Possible Virus Infection
Ceci est un message automatique de la passerelle antivirus Guinevere. Un message a ?t? re?u de votre part avec pour objet Re: Thanks! Le message ?tait adress? ? jlrauline@ier.fr. The message probably contains a virus. Il est possible que ce message ait ?t? envoy? par un poste infect? par un virus ayant utilis? votre adresse de messagerie en tant qu'adresse d'exp?dition (usurpation d'adresse ou "spoofing"). CELA NE SIGNIFIE PAS FORCEMENT QU...
2019 Aug 30
0
no DNS functionality on second subnet
...nd >>> >>> No, neither short name or FQDN work: >>> >>> C:\Users\Administrator>telnet smbdc 53 Connecting To smbdc...Could not >>> open connection to the host, on port 53: Connect failed >>> >>> C:\Users\Administrator>telnet smbdc.ier.ux.uis.no 53 Connecting To >>> smbdc.ier.ux.uis.no...Could not open connection to the host, on port >>> 53: Connect failed >>> >>> >>> Andreas >> Then you have DNS problems, is a firewall running blocking port 53 ? >> >> Do dns lookup c...
2019 Aug 29
2
no DNS functionality on second subnet
Hi, we have successfully installed our samba4 AD domain with AD DC, smb file server and Windows/Linux clients in the same subnet. Now we try to add a couple of Windows PCs to the domain that are located in a different subnet. As soon as the AD DC is added as the DNS server on the Windows clients it is no longer possible to resolve ip addresses. In other words, for those PCs DNS is not working.
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for R, with easy code submission to a running R process. Syntax highlighting is good. I have not been able to figure out two things: - how to automatically reformat a line or region of text using good indentation rules (Emacs/ESS make this so easy by just hitting Tab while the cursor is in a line, or highlighting a
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
...gt; #ifdef CONFIG_X86 #include <asm/fixmap.h> @@ -58,76 +59,6 @@ static struct ns16550 { u8 bar_idx; } ns16550_com[2] = { { 0 } }; -/* Register offsets */ -#define RBR 0x00 /* receive buffer */ -#define THR 0x00 /* transmit holding */ -#define IER 0x01 /* interrupt enable */ -#define IIR 0x02 /* interrupt identity */ -#define FCR 0x02 /* FIFO control */ -#define LCR 0x03 /* line control */ -#define MCR 0x04 /* Modem control */ -#define LSR...
2009 Nov 30
1
Bug in R evaluating a huge instruction (PR#14096)
...nction from the sensitivity package (but = that is not the problem). I created a (big) instruction that should=20 generate a morris object in which there is a data.frame i am interested=20 in. My instruction is : a<-morris(model=3DNULL,factors=3Dc("PecheAmateurs=20 d=E9cembre.proportionMetier","PechePetitMetierMer=20 mai.proportionMetier","PecheAmateurs=20 mai.proportionMetier","PecheChalutiere=20 janvier.minInactivityDays","PechePetitMetierEtang=20 octobre.minInactivityDays","PechePetitMetierEtang=20 d=E9cembre.minInactivityDays",&...