Displaying 20 results from an estimated 1000 matches similar to: "Role of "password server" statement"
2003 May 12
1
update.lme trouble (PR#2985)
Try this
data(Assay)
as1 <- lme(logDens~sample*dilut, data=Assay,
random=pdBlocked(list(
pdIdent(~1),
pdIdent(~sample-1),
pdIdent(~dilut-1))))
update(as1,random=pdCompSymm(~sample-1))
update(as1,random=pdCompSymm(~sample-1))
update(as1,random=pdCompSymm(~sample-1))
update(as1,random=pdCompSymm(~sample-1))
I'm
2011 Mar 09
3
Sapply for descriptive statistics
I try to calculate descriptive statistics for one of the variables in the
data frame, however command sapply calculates these statistics for every
value of the variable separately. How to make it calculate range (as well as
other statistics) for all column?
Here are commands and results:
> as1$trust
[1] 5.957510 5.888664 6.168135 6.419472 5.668796 6.026923
6.456721 7.017946 5.294411
2017 Dec 05
3
[AMDGPU] Strange results with different address spaces
Hi dev list,
I am currently exploring the integration of AMDGPU/ROCm into the PACXX project and observing some strange behavior of the AMDGPU backend. The following IR is generated for a simple address space test that copies from global to shared memory and back to global after a barrier synchronization.
Here is the IR is attached as as1.ll
The output is as follows:
0 0 0 0 0 0 0 0 0 0 0 0 0
2008 Sep 15
1
[LLVMdev] Casting between address spaces and address space semantics
Hi Mon Ping,
> If I remember correctly, I was also not fond of passing another
> TargetAddrSpace reference to the TargetData object. I was hoping that we
> could encode the information as a target description string like we do for
> ABI information. I just don't want to end up with too many objects that
> describe the machine. One can argue that we shouldn't pollute
2006 Nov 16
1
How Aggegate Data in R
Hello:
When I use SPSS I execute the AGGREGATE DATA comand for the next data:
2112141123212213212213334
3143244113442312121213344
2114141123112214212113344
2112211122212413421213221
3114444123442414343413344
2312231223212222323223322
2143241123212313131213234
2113241113212313222213333
2113141123112214212113344
2114141123412111114413344
2113211122342314222313234
2114141123112414212113344
2004 Aug 06
0
ÏÖ´ú׿Խ£¨ÉîÛÚ£©ÏîÄ¿¹ÜÀíÑо¿Éú¿Î³Ì½øÐÞ°àÕÐÉú
ÈÈÃŵÄѧ¿Æ ȨÍþµÄ»ú¹¹ Ò»Á÷µÄר¼Ò ×îеÄÄÚÈÝ Áé»îµÄÊÚ¿Î
»ªÖпƼ¼´óѧ½¯ÊÏ»ù½ð¹¤ÒµÅàѵÖÐÐÄ ±±¾©ÏÖ´ú׿Խ¹ÜÀí¼¼Êõ½»Á÷ÖÐÐÄ
ÔÚÖ°ÈËÔ±ÏîÄ¿¹ÜÀíÑо¿Éú¿Î³Ì½øÐÞ°à
ÕÐ Éú ¼ò ÕÂ
Ò»¡¢ÏîÄ¿¹ÜÀíÑо¿Éú¿Î³Ì½øÐÞ°àµÄ¿ªÉè±³¾°
2006 Jun 05
2
Duplicate CDRs
Hi
For whatever reason we've getting 2 or 3 CDR lines logged for each call,
often in different formats:
as1:~# grep test-89-1e2c /var/log/asterisk/cdr-csv/*.csv
2017 Dec 05
2
[AMDGPU] Strange results with different address spaces
> On Dec 5, 2017, at 13:53, Matt Arsenault <arsenm2 at gmail.com> wrote:
>
>
>
>> On Dec 5, 2017, at 02:51, Haidl, Michael via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> Hi dev list,
>>
>> I am currently exploring the integration of AMDGPU/ROCm into the PACXX project and observing some
2009 Jan 29
1
Problem building Samba 3.3 on Solaris 10
Hi,
I attempted to build v3.3 using Sun Studio 12, but it failed right out
of the gate. It looks like it can't find the standard libraries, but
according to the make output, it's looking in the right places. Would
someone please clue me in as to what I'm missing?
Thanks.
-John
Using FLAGS = -I/opt/heimdal/include -I/usr/sfw/include/openssl -g
-xs -xtarget=ultraT1
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
Hello,
I Have a question related to the RT check on pointers during Loop Access Analysis pass.
There is a testcase with loop code that consist of 4 different memory operations referring two global objects of different address spaces.
One from global constant (address space 4, addr_size = 64) and the other from local, LDS (address space 3, addr_size= 32).
(Details of various address spaces
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
Hi Stefanos,
Attached the testcase. I tried to reduce it further, but the problem goes away when I remove the instructions further.
There is a nested loop and the fault occurs while processing the inner loop (for.body)
To reproduce the crash:
opt -O3 testcase.ll -o out.ll
> `groupChecks()` will only try to group pointers that are on the same alias set.
If that’s true, the RT check
2008 Oct 06
0
make test fails on Solaris 10 for 3.2.4
Hi,
I'm trying to check the result of my build of 3.2.4 on Solaris 10, but
smbd dies shortly after starting:
Running Test suite
LD_LIBRARY_PATH=/opt/ws/dists/samba-3.2.4/source/bin
CREATE TEST ENVIRONMENT IN './st'...DONE
STARTING NMBD...DONE
STARTING WINBINDD...DONE
STARTING SMBD...DONE
delaying for nbt name registration
smbd failed with status 1!
I looked at the smbd_test.log
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
Hi,
I'm trying to build Samba 3.2.4 on Solaris 10 using the Sun Studio 12
compiler, but configure keeps dying at:
checking for LDAP support... auto
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ber_tag_t... yes
checking for ber_scanf in
2009 Dec 11
1
cluster size
hi r-help,
i am doing kmeans clustering in stats. i tried for five clusters clustering using:
kcl1 <- kmeans(as1[,c("contlife","somlife","agglife","sexlife",
"rellife","hordlife","doutlife","symtlife","washlife",
2013 Jan 23
2
Strange winbindd messages
Hi,
We are running samba v3.6.3 on Ubuntu 12.04 server. This is being used
with FreeRADIUS for wireless authentication with AD. We just logged a
set of messages from winbindd that I don't understand:
Jan 23 10:35:28 as3 winbindd[25371]: [2013/01/23 10:35:28.056846, 0]
rpc_client/cli_netlogon.c:677(rpccli_netlogon_set_trust_password)
Jan 23 10:35:28 as3 winbindd[25371]:
2013 Aug 11
0
[LLVMdev] Address space extension
How about this as a solution.
Add one hook into TargetInstrInfo, and one into TargetISelLowering.
1) getAddressSpaceRelation(unsigned AS1, unsigned AS2) - Returns either disjoint, subset, superset, equal. Function defaults to equal.
2) isAddressSpaceSupported(unsigned AS) - Returns true if supported, false otherwise. Function defaults to false for all non-zero AS.
These could be used by IR
2013 Aug 11
2
[LLVMdev] Address space extension
On 08/11/2013 08:41 AM, Micah Villmow wrote:
> How about this as a solution.
>
> Add one hook into TargetInstrInfo, and one into TargetISelLowering.
>
> 1) getAddressSpaceRelation(unsigned AS1, unsigned AS2) - Returns either disjoint, subset, superset, equal. Function defaults to equal.
> 2) isAddressSpaceSupported(unsigned AS) - Returns true if supported, false otherwise.
2006 Oct 24
0
Q: HOWTO manually boot SLES10 installation
Hi,
in SLES10 YaST insists in "xorg-x11" being installed, even if the display is
redirected to a remote host. So I thought: Can''t I do it simpler?
I''m still new to XEN, but I started like this:
mount the SLES10 DVD to /mnt, and use this configuration file:
-----
disk = [ ''phy:/dev/system/as1,hda,w'', ''phy:/dev/hda,hdb,r'' ]
memory
2002 Aug 13
2
Additional printer drivers
HI,
I am having trouble loading Win9x printer drivers on the Samba server. I
can load the NT/2000 driver ok, but when I go to the Additional drivers (in
the printer properties) and select Win 95 or 98, it tells me "The printer
driver you selected is either not compatible with your current version of
Windows, or it may not be available. Select a compatable driver from the
list..." I
2013 Aug 11
0
[LLVMdev] Address space extension
On Sun, Aug 11, 2013 at 5:49 AM, Michele Scandale <
michele.scandale at gmail.com> wrote:
> On 08/11/2013 08:41 AM, Micah Villmow wrote:
> > How about this as a solution.
> >
> > Add one hook into TargetInstrInfo, and one into TargetISelLowering.
> >
> > 1) getAddressSpaceRelation(unsigned AS1, unsigned AS2) - Returns either
> disjoint, subset, superset,