search for: 1d0

Displaying 20 results from an estimated 55 matches for "1d0".

Did you mean: 10
2010 Jun 18
3
Use of .Fortran
...d. I want to use the following Fortran subroutine (not written by me) in the file SSFcoef.f subroutine SSFcoef(nmax,nu,A,nrowA,ncolA) implicit double precision(a-h,o-z) implicit integer (i-n) integer l,i,nmax double precision nu,A(0:nmax,0:nmax) A(0,0) = 1D0 do l=1,nmax do i=1,l-1 A(l,i) = (-nu+i+l-1D0)*A(l-1,i)+A(l-1,i-1) end do A(l,0) = (-nu+l-1D0)*A(l-1,0) A(l,l) = 1D0 end do return end I created a dll (this is windows) using R CMD SHLIB SSFcoef.f Then my R code is: ### Load th...
2010 Jun 18
3
Use of .Fortran
...d. I want to use the following Fortran subroutine (not written by me) in the file SSFcoef.f subroutine SSFcoef(nmax,nu,A,nrowA,ncolA) implicit double precision(a-h,o-z) implicit integer (i-n) integer l,i,nmax double precision nu,A(0:nmax,0:nmax) A(0,0) = 1D0 do l=1,nmax do i=1,l-1 A(l,i) = (-nu+i+l-1D0)*A(l-1,i)+A(l-1,i-1) end do A(l,0) = (-nu+l-1D0)*A(l-1,0) A(l,l) = 1D0 end do return end I created a dll (this is windows) using R CMD SHLIB SSFcoef.f Then my R code is: ### Load th...
2011 Nov 18
1
Problems compiling R
..."kjetil" --- > "#1 SMP Thu Nov 3 03:41:26 UTC 2011" "kjetil" 5667c5667 < 67 --- > 54 Testing examples for package ?tools? comparing ?tools-Ex.Rout? to ?tools-Ex.Rout.save? ... files differ in number of lines: 1d0 < initializing class and method definitions ...done Testing examples for package ?utils? comparing ?utils-Ex.Rout? to ?utils-Ex.Rout.prev? ... OK Testing examples for package ?grDevices? comparing ?grDevices-Ex.Rout? to ?grDevices-Ex.Rout.save? ... files differ in number of lines: 1d0 < i...
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
...b) list 1082 if (ibw.lt.2) ibw=2 1083 it=2*ibw+1 1084 do 20 i=1,it 1085 j=i 1086 if (jper.eq.2) j=i-ibw-1 -> 1087 xti=x(j) 1088 if (j.ge.1) go to 10 1089 j=n+j 1090 xti=x(j)-1d0 1091 10 wt=w(j) (gdb) print jper $1 = 2 (gdb) print j $2 = -4099 If you use 'R -d valgrind' it stops in the same spot on the first call to supsmu: 1 ==8058== Invalid read of size 8 ==8058== at 0x56A65DA: smooth_ (ppr.f:1087) ==8058== by 0x56A64D5:...
2015 Sep 08
1
Build R with MKL and ICC - make check fails
The whole build goes well and success. Now, when $ make check, it fails because of the WARNING. ------------------------------- running code in 'eval-etc.R' ... OK comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...WARNING: ignoring environment value of R_HOME 1d0 < WARNING: ignoring environment value of R_HOME Makefile.common:93: recipe for target 'eval-etc.Rout' failed ------------------------------- This warning is displaying all along the make process, but does not break the build as only a warning: ignoring environment value of R_HOME Wha...
2002 Jan 25
3
make check fails when R_HOME env var set (PR#1284)
...Leaving directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests' running strict specific tests make[3]: Entering directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests' running code in `eval-etc.R' ... OK comparing `eval-etc.Rout' to `./eval-etc.Rout.save' ...1d0 < WARNING: ignoring environment value of R_HOME make[3]: *** [eval-etc.Rout] Error 1 make[3]: Leaving directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests'...
2019 Sep 17
1
CentOS7 sometimes don't detect NIC after reboot
...native Routing-ID Interpretation (ARI) ??????? Capabilities: [160] Single Root I/O Virtualization (SR-IOV) ??????? Capabilities: [1a0] Transaction Processing Hints ??????? Capabilities: [1b0] Access Control Services ??????? Capabilities: [1c0] Latency Tolerance Reporting ??????? Capabilities: [1d0] #19 ??????? Kernel driver in use: ixgbe ??????? Kernel modules: ixgbe I will check again after reboot and as Mark recommend I will reseat the card. I will check BIOS too. As this is production machine I cannot do that now. I am going to buy another cheaper 1 Gb Intel card for testing purpose...
2019 Mar 27
3
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...g like this: > > # record 1 > dn: CN=Administrator,CN=Users,DC=samdom,DC=example,DC=com > nTSecurityDescriptor: O:DAG:DAD:AI(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(A;;RPWP > CRCCDCLCLORCWOWDSDDTSW;;;SY)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;AO)(A;;RPLCLORC; > ;;PS)(OA;;CR;ab721a53-1e2f-11d0-9819-00aa0040529b;;PS)(OA;;CR;ab721a54-1e2f-1 > 1d0-9819-00aa0040529b;;PS)(OA;;CR;ab721a56-1e2f-11d0-9819-00aa0040529b;;PS)(O > A;;RPWP;77b5b886-944a-11d1-aebd-0000f80367c1;;PS)(OA;;RPWP;e45795b2-9455-11d1 > -aebd-0000f80367c1;;PS)(OA;;RPWP;e45795b3-9455-11d1-aebd-0000f80367c1;;PS)(OA &...
2001 Aug 02
0
ext3 0.0.7a Assertion
...gt; Trace; 8809ed1a <[nfsd]nfsd_open+1e/164> Trace; 8809f1d3 <[nfsd]nfsd_write+3b/418> Trace; 801903de <udp_rcv+1f2/220> Trace; 8017f1ca <ip_local_deliver+242/298> Trace; 8017f4d9 <ip_rcv+2b9/2f0> Trace; 801947f0 <inet_sendmsg+0/90> Trace; 8017020d <net_bh+175/1d0> Trace; 880c32c8 <[nfsd]nfscache+18768/1e01f> Trace; 880aa540 <[nfsd]nfsd_procedures3+e0/2c0> Trace; 880a41b3 <[nfsd]nfsd3_proc_write+bb/d4> Trace; 880aa540 <[nfsd]nfsd_procedures3+e0/2c0> Trace; 8809c3f1 <[nfsd]nfsd_dispatch+d5/164> Trace; 880aa540 <[nfsd]nfsd_p...
2003 Jan 22
1
kjournald oops
...c_make_request+10a/120> Trace; c013a636 <__refile_buffer+56/60> Trace; c01bedfd <submit_bh+4d/70> Trace; c01bef97 <ll_rw_block+177/1c0> Trace; c016e4fd <journal_brelse_array+1d/30> Trace; c016d65b <journal_commit_transaction+3ab/10f2> Trace; c02227c9 <netif_rx+a9/1d0> Trace; c021eb2f <alloc_skb+ef/1c0> Trace; c01c5cd7 <receive_packet+2c7/3e0> Trace; c0170236 <kjournald+136/200> Trace; c01700e0 <commit_timeout+0/10> Trace; c0105676 <kernel_thread+26/30> Trace; c0170100 <kjournald+0/200> Code; c0130956 <__free_pages_ok+2...
2016 Jan 04
0
LDAP permissions - ldbedit/ldapmodify?
...t))" nTSecurityDescriptor Which will return something like this: # editing 1 records # record 1 dn: OU=SUDOers,DC=samdom,DC=example,DC=com nTSecurityDescriptor: O:DAG:DAD:AI(A;CI;RPLCRC;;;DU)(A;;RPWPCRCCDCLCLORCWOWDSD DTSW;;;SY)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(OA;;CCDC;bf967a86-0de6-11d0-a2 85-00aa003049e2;;AO)(OA;;CCDC;bf967aba-0de6-11d0-a285-00aa003049e2;;AO)(OA;;C CDC;bf967a9c-0de6-11d0-a285-00aa003049e2;;AO)(OA;;CCDC;bf967aa8-0de6-11d0-a28 5-00aa003049e2;;PO)(A;;RPLCLORC;;;AU)(A;;RPLCLORC;;;ED)(OA;;CCDC;4828cc14-143 7-45bc-9b07-ad6f015e5f28;;AO)(OA;CIIOID;RP;4c164200-20...
2003 Mar 20
0
[Bug 68] New: Kernel panic
...nntrack]tcp_exp_matches_pkt+40/46> Trace; c01f3898 <nf_sockopt+d8/120> Trace; c01f38fc <nf_setsockopt+1c/20> Trace; c0200a49 <ip_setsockopt+759/8b0> Trace; c021ed21 <inet_setsockopt+21/30> Trace; c01e7663 <sys_setsockopt+53/70> Trace; c01e7cb3 <sys_socketcall+183/1d0> Trace; c01126e0 <do_page_fault+0/4cb> Trace; c01075d4 <error_code+34/3c> Trace; c01074e3 <system_call+33/38> Code; c012da44 <kmem_cache_grow+54/240> 00000000 <_EIP>: Code; c012da44 <kmem_cache_grow+54/240> <===== 0: 0f 0b ud2a...
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
...uit map `/home/peter/tmp/R-2.3.0/tests' running strict specific tests make[3]: Binnengaan van map `/home/peter/tmp/R-2.3.0/tests' running code in 'eval-etc.R' ... OK comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...WARNING: ignoring environment value of R_HOME 1d0 < WARNING: ignoring environment value of R_HOME make[3]: *** [eval-etc.Rout] Fout 1 make[3]: Weggaan uit map `/home/peter/tmp/R-2.3.0/tests' make[2]: *** [test-Specific] Fout 2 make[2]: Weggaan uit map `/home/peter/tmp/R-2.3.0/tests' make[1]: *** [test-all-basics] Fout 1 make[1]: Weggaan...
2019 Mar 26
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...word)) should produce something like this: # record 1 dn: CN=Administrator,CN=Users,DC=samdom,DC=example,DC=com nTSecurityDescriptor: O:DAG:DAD:AI(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(A;;RPWP CRCCDCLCLORCWOWDSDDTSW;;;SY)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;AO)(A;;RPLCLORC; ;;PS)(OA;;CR;ab721a53-1e2f-11d0-9819-00aa0040529b;;PS)(OA;;CR;ab721a54-1e2f-1 1d0-9819-00aa0040529b;;PS)(OA;;CR;ab721a56-1e2f-11d0-9819-00aa0040529b;;PS)(O A;;RPWP;77b5b886-944a-11d1-aebd-0000f80367c1;;PS)(OA;;RPWP;e45795b2-9455-11d1 -aebd-0000f80367c1;;PS)(OA;;RPWP;e45795b3-9455-11d1-aebd-0000f80367c1;;PS)(OA ;;RP;037088f8-0...
2019 Mar 26
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...ent in object CN=RID Set\0ADEL:d77e5f7f-cf78-40da-a895-466ea39cf88a,CN=Deleted Objects,DC=zamecek,DC=home - CN=DC2-LYNX,OU=Domain Controllers,DC=zamecek,DC=home Not fixing old string component NOTE: old (due to rename or delete) DN string component for lastKnownParent in object CN=RID Set\0ADEL:cdc01d0b-5e0f-4503-ac61-5ef9356095de,CN=Deleted Objects,DC=zamecek,DC=home - CN=DC2-LYNX,OU=Domain Controllers,DC=zamecek,DC=home Not fixing old string component Not fixing nTSecurityDescriptor on CN=Administrator,CN=Users,DC=zamecek,DC=home NOTE: old (due to rename or delete) DN string component for last...
2005 Sep 15
0
FW: XP Profile write ok, no read.
...tUserNameEx failed for NameDnsDomain style name with 1332 USERENV(2c4.328) 16:29:49:421 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(28c.290) 16:29:50:140 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(28c.1d0) 16:29:50:171 GetGPOInfo: Local GPO's gpt.ini is not accessible, assuming default state. Error code 1332 = No mapping between account names and security IDs was done. Error code 1355 = The specified domain either does not exist or could not be contacted. ??????? what's going wrong , i...
2008 Apr 30
0
pdc logon failed without samba error
...27 0F E5 5A 71 17 82 C8 FE CA 0A FC 50 2C AB U'..Zq.. .....P,. [1A0] 5D 75 88 29 37 34 AE AE 7D 93 75 48 EF D8 5D A6 ]u.)74.. }.uH..]. [1B0] 4B 31 2A AB 48 20 F2 90 2D 34 20 E0 01 8C 0F C9 K1*.H .. -4 ..... [1C0] 1A 86 34 5D 52 08 C0 9D 18 C6 8F 58 91 1F AC 51 ..4]R... ...X...Q [1D0] 89 33 8D 71 5E D8 C2 30 CF 54 C6 64 37 34 9A 79 .3.q^..0 .T.d74.y [1E0] D7 0B 63 F2 B9 66 5B 27 11 DF 7E 2C B3 1D 8A AB ..c..f[' ..~,.... [1F0] 94 2A 8F 9C 41 D2 60 A5 59 F4 F1 64 7B 0C 7B 6F .*..A.`. Y..d{.{o [2008/04/30 15:26:50, 10] smbd/process.c:setup_select_timeout(1372) chan...
2006 Feb 01
3
No access check deleting printer drivers
Hello list! On all my samba installations (3.0.20b) I can delete all unused printer drivers with rpcclient regardless which user name or password i use. Is this a general feature or might it depend on my settings? Thanks, Martin -- Martin Zielinski mz@seh.de Software Development SEH Computertechnik GmbH www.seh.de
2011 Jul 18
0
multiple installations of R (in Fedora)
.../biolo/R_fedora/R-2.13.1/tests' running strict specific tests make[3]: Entering directory `/linux/biolo/R_fedora/R-2.13.1/tests' running code in 'eval-etc.R' ... OK comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...WARNING: ignoring environment value of R_HOME 1d0 < WARNING: ignoring environment value of R_HOME make[3]: *** [eval-etc.Rout] Error 1 make[3]: Leaving directory `/linux/biolo/R_fedora/R-2.13.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/linux/biolo/R_fedora/R-2.13.1/tests' make[1]: *** [test-all-basics] Err...
2005 Feb 13
2
3.0.11/MirOS password change problem
Hi! Does this sound familiar, before I try to look deeper into it? [2005/02/13 20:10:16, 0] /usr/ports/net/samba/w-samba-3.0.11/samba-3.0.11/source/libsmb/smbencrypt.c:decode_pw_buffer(539) decode_pw_buffer: incorrect password length (1251354155).