Displaying 3 results from an estimated 3 matches for "franksa".
2004 Aug 19
1
precision problems in testing with Intel compilers
I compiled the 1.9.1 src.rpm with the standard gnu tools and it works.
I tried compiling the 1.9.1 src.rpm with the Intel 8 C and FORTRAN
compilers and it bombs out during the testing phase:
comparing 'd-p-q-r-tests.Rout' to './d-p-q-r-tests.Rout.save' ...267c267
< df = 0.5[1] "Mean relative difference: 5.001647e-10"
---
> df = 0.5[1] TRUE
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test:
> ###------------ Very big and very small
> umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')]
> xmin <- umach[1]
> xmax <- umach[2]
> tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9)
> tx <- unique(sort(c(outer(umach,1+tx))))# 11 values
2014 Apr 17
0
Share management, user rights, core dump
...r role = member server, security = ads.
Problems so far are :
Lack of SeDiskOperator privilege for Domain Admins users (logging when
trying to change share permissions through compmgmt.msc suggested a lack
of that role). This was afaik automatic with 3.6. Trying to set it up :
net rpc rights grant franksa SeDiskOperator -U administrator
Enter administrator's password:
Failed to grant privileges for franksa (NT_STATUS_ACCESS_DENIED)
Debug :
rpc command: LSA_ADDACCOUNTRIGHTS
_lsa_AddAccountRights: access DENIED (requested: 0x0000000b, granted:
0x0000000a)
Failed to grant privileges for franksa...