similar to: best option for big 3D arrays?

Displaying 20 results from an estimated 900 matches similar to: "best option for big 3D arrays?"

2013 May 26
1
load ff object in a different computer
Hi all, I am having trouble loading a ff object previously saved in a different computer. I have both files .ffData and .RData, and the first of them is 13Mb large from which I know the data is therein. But when I try to ffload it, checkdir error: cannot create /home/_myUser_ Permission denied unable to process home/_myUser_/Rtempdir/ff1a831d500b8d.ff. and
2007 Mar 02
2
Administrator on samba server?
Hi, I've samba 3 running on trustix 2.2. I've added an xp sp2 client without much problems. But now I'm trying to use "administrator" user on this client for administrative purpouses (adding software, printers and so on) and I've realized that, even if in Samba the user "administrator" exists, it isn't recognised by the client as an administrator. When I add
2009 Mar 31
1
summarize logical string
Hello everyone, I am a newbie, working on a gene clustering problem, and I have problems in summarizing a logical string into number of repeats of each value. In other words, how could I obtain from 0 1 1 1 0 0 0 0 1 1 0 1 0 0 this: 1 3 4 2 1 1 2 so a string that gives me the number of repeated values, no matter zeros or ones. I've been diving in the manuals and the mailing list but,
2006 Apr 05
1
Halt/Reboot problems
Yesterday I took two machines (both running Xen) down. When I booted them back up I had a whole mess of problems. First (which I finally got solved), is that the domains were saved, but the saved state got corrupted. This caused the machines to go into a continuous cycle of reboots. Second, I found out that I cannot shutdown or reboot my machines. I have not run into this problem other then
2016 Nov 25
4
CPU for Dovecot
Hi, we are planning to change hardware for our standalone Dovecot instance handling ~5800 IMAP users with 1TB mailboxes on local RAID. Is there some recommendation about CPU? We can choose from: - Intel Xeon E5-2620v4 - 2,1GHz at 8,0GT 20MB cache, 8core, HT, 85W, LGA2011 - Intel Xeon E5-2623v4 - 2,6GHz at 8,0GT 10MB cache, 4core, HT, 85W, LGA2011 The difference is about more cores vs. hi
2008 Dec 20
3
Needs more cpu usage
Hi, I am running * on centos5 using 4core cpu. When it is busy, * uses 99.9% of cpu max. How can I make * to use more cpu power? Thanks.
2003 Oct 08
2
Samba + Cups + Filter Access
Hi, I'm trying to use Cups + Samba to make a print server for many purpouses. The main one is to account how many pages where printed by whom and centralize all printers in one server. If I configure samba and cups in the RAW mode using windows original drivers of the printers, everything works fine, but this way I can't use cups accounting. So I reinstaled all my printers
2017 Jun 25
3
[OT]multi-master DNS
Hello all, We have quite a bit of environment on "cloud". We are using our own domain names. For this purpouse we stood up a BIND9 DNS instance on Centos 7. And, this being the cloud, we enabled key based dynamic DNS for instances to register themselves when they are spun-up. We have a single master and multiple slaves. all is well, untill mater goes down and we need to spin-up
2007 Apr 07
1
segmentation fault
Dear list, I am having a segfault while working with large lists in R 2.4.1 patched (64-bit compilation) on an apple xserve xeon with 16GB RAM (I don't know if this is reproducible on other configs since this is the only computer with enough memory I have access to...) You will find below a simple somewhat reproducible (usually it crashes around 5.5GB of vsize, sometimes it gets into
2010 Sep 21
1
Abysmal sparse file performance!
I have a 5.5GB file, mostly sparse. Tar performs far[!] better than rsync. I have no ideas yet, so just an FYI as to current state. FreeBSD 8.1 i386 zfs Yes, I know the blocks used differs but don't know why yet, could be just how zfs does things or related to the large amount of sparseness. There are no media errors, CPU/IO load or anything like that and the source and dest paths are on the
2004 Aug 24
1
Winbind + pam_mkhomedir (case sensitive names) problem
Hi! I?m using windbind to authenticate an NT domain users. It works well, however when an user logs, it can use upper o lowercase letters, and that is ok. But pam_mkhomedir creates diferent case sensitive home dirs each time, even if shell prompt shows the name the propper way. Has anyone dealed with this issue ?. What is the best solution?. Thanks in advance !
2003 Jun 17
2
More Domain Groups
Hi All: Stuff I'm using: Red Hat Enterprise Linux ES 2.1 Samba 2.2.7 OpenLDAP 2.0.25 I followed the Idealx.org howto to build Samba+LDAP. I have a functioning, replicating domain on my lab workbench right now. Then I began to explore permissions on local shares, etc. when I discovered that to a Windows client, the only domain groups that are available from a Samba PDC are "Domain
2019 Sep 11
3
Dwarf - 5 features in clang and llvm
Hello Djordje, Vedant, Thanks a lot for sharing information. I have a doubt, please consider the following simple test case- #include <iostream> int func(int* ptr){ std::cout << *ptr; return *ptr + 5; } int main(int argc, char** argv){ int a = 4; int* ptr_a = &a; int b = func(ptr_a); return 0; } commandline used -- bash$ clang++
2007 Sep 08
3
Configure extension by software
Before an IP Phones can be registered to an Asterisk server, the extension for it must be configured in Asterisk. Usually, Asterisk adminintor must add the extension by hand. Is there any library, API to do this by software??? For example, i want to develope a software that add new extensions to Asterisk system, sothat, any IP Phones can use that extensions to establish a call. I'm digging
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
greened at obbligato.org (David A. Greene) writes: > Óscar Fuentes <ofv at wanadoo.es> writes: > >> A good measure of how fast a set of Makefile are is to run the build >> with all targets up-to-date. Both builds takes a few seconds (3 or so) >> on my Linux quad core box. Whatever improvement can be achieved on this >> seems pretty insignifant. > > Oh,
2019 Sep 10
2
Dwarf - 5 features in clang and llvm
> On Sep 10, 2019, at 6:15 AM, Djordje Todorovic via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Sourabh, > > Support for call-site related DWARF 5 tag/attributes is implemented very late, in the LLVM middle-end. > Please note that there is also the IR-level flag (DIFlagAllCallsDescribed) that lowers to > the DW_AT_call_all_calls. > > There is also
2020 Feb 20
2
[LLVM][DISubprogram][LL format updation query] Question regarding moving DISubprogram DIFlags to DISPFlag.
> Could you please describe what is the benefit of that? Currently there are two ways to provide DISPFlagDefinition, via bool and SPFlag, I would like to make it only via SPFlags, it will be NFC and it will make the changes in parser simpler for moving five flags from from DIFlags to DISPFlags. Currently parser checks the presence of SPFlags to see if the definition is present in bool or spflag
2020 Jun 18
2
[DebugInfo] RFC: Introduce LLVM DI Checker utility
Hi Vedant, Thanks a lot for your comments! >It looks like a lot of the new infrastructure introduced here <https://github.com/djolertrk/llvm-di-checker/commit/9d26ac2557c584f6cf82ac5535fc47f8bd267a27> consists of logic copied from the debugify implementation. Why is introducing a new pair of passes better than extending the ones we have? The core infrastructure needed to track
2020 Feb 20
3
[LLVM][DISubprogram][LL format updation query] Question regarding moving DISubprogram DIFlags to DISPFlag.
Yes, removing the support for isLocal, isDefinition fields completely from ll files, currently the LLParser still parses it. I want to remove it and update the all the ll files which still uses it. Also the metadata read will support old format, no changes in that. so if ll file has isLocal and isDefinition it will result in parser error. But the bitcode read will work as usual. - Chirag.
2015 Mar 17
4
(Tuncmatic returns FSD all the time)
2015-03-17 0:24 GMT+01:00 Charles Lepple <clepple at gmail.com>: > On Mar 16, 2015, at 12:26 PM, cinowell <cinowell at gmail.com> wrote: > >> I've done all the steps. However FSD indication did NOT disappear. So it seems UPS always send the FSD flag. One thing more. Can you launch the driver with a debug level of 3 and then report back the log (gzipped) of the same