search for: bfs

Displaying 20 results from an estimated 65 matches for "bfs".

Did you mean: bfa
2012 Jul 11
1
igraph function "graph.bfs" unavailable
Hi, I've installed the igraph package and have been otherwise using it successfully, but when I try to use graph.bfs I get the error: could not find function "graph.bfs" Moreover, I don't seem to have the documentation installed either. (per ?graph.bfs and ??graph.bfs). I'm using RStudio v0.95.262 on windows 7. Below is the info for my R build: R version 2.14.0 (2011-10-31) Copyr...
2024 Apr 15
2
Synthetic Control Method
...# Pfadeinstellung Excel-Blatt excel_file_path <- ("C:\\Users\\xxxxx\\Desktop\\DATA_INVESTMENTVOLUMEN_FOR_R_WITHOUT_NA.xlsx") # Load the Excel file INVESTMENTVOLUME <- read_excel(excel_file_path) # Anzeigen des gesamten Dataframes print(INVESTMENTVOLUME) # Make sure BFS is numeric right before dataprep INVESTMENTVOLUME$BFS <- as.numeric(INVESTMENTVOLUME$BFS) # running dataprep dataprep_out <- dataprep( foo = INVESTMENTVOLUME, predictors = c("Predictor 1", " Predictor 2", " Predictor 3" Predictor 4", " Pred...
2005 Aug 29
0
Character translation problem
Hi all, I have a file that samba does not know how to access. The file is located on a w2k server. The samba box is a member of the w2k domain (ADS). When I try to access the file via nfs I get "no such file or directory". In the logs I get the following error: ug 29 03:38:04 bfs kernel: smb_open: District of Columbia/lexis_com(SM) Get a Document - by Citation - D_C_ Code ^U 36-1401.htm open failed, result=-2 Aug 29 03:38:04 bfs kernel: smb_open: District of Columbia/lexis_com(SM) Get a Document - by Citation - D_C_ Code ^U 36-1401.htm open failed, result=-2 Aug 29 03:38:...
2015 Dec 24
4
[PATCH] btrfs: Fix logical to physical block address mapping
...s_comp_chunk_map(struct btrfs_chunk_map_item *m1, } /* insert a new chunk mapping item */ -static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) +static void insert_chunk_item(struct fs_info *fs, + struct btrfs_chunk_map_item *item) { struct btrfs_info * const bfs = fs->fs_info; struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; @@ -113,6 +114,22 @@ static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) chunk_map->cur_length++; } +static inline void insert_map(struct fs_info *fs, struct btrfs_disk_key *key, +...
2019 Oct 22
1
Problems with internal DNS
...c2307 = yes > > allow dns updates = secure only > > dns forwarder = 172.18.8.1 > > > > [sysvol] > > path = /var/lib/samba/sysvol > > read only = No > > > > [netlogon] > > path = /var/lib/samba/sysvol/rodos.bfs.de/scripts > > <http://rodos.bfs.de/scripts> > > read only = No > > First problem, netlogon says your dns domain is 'rodos.bfs.de' but your > REALM is 'RUFUS.ADA.DE', ignoring the case, they must be the same. > Ahm yes. This was a mistake made...
2012 Nov 13
0
Bfs scheduler and den
I wonder if any one had attempted to run xen with kernel running bfs. I tried to boot dell f1d with two quad core xeons but I get error that freezes system it that states CPU 0 frozen for 23 sec. I had read that bfs lowers utilization on CPUs that should translate into greater performance for virtual systems. _______________________________________________ Xen-us...
2015 Dec 24
0
[PATCH v2] btrfs: Fix logical to physical block address mapping
...s_comp_chunk_map(struct btrfs_chunk_map_item *m1, } /* insert a new chunk mapping item */ -static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) +static void insert_chunk_item(struct fs_info *fs, + struct btrfs_chunk_map_item *item) { struct btrfs_info * const bfs = fs->fs_info; struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; @@ -113,6 +114,22 @@ static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) chunk_map->cur_length++; } +static inline void insert_map(struct fs_info *fs, struct btrfs_disk_key *key, +...
2015 Dec 27
0
[PATCH v3] btrfs: Fix logical to physical block address mapping
...s_comp_chunk_map(struct btrfs_chunk_map_item *m1, } /* insert a new chunk mapping item */ -static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) +static void insert_chunk_item(struct fs_info *fs, + struct btrfs_chunk_map_item *item) { struct btrfs_info * const bfs = fs->fs_info; struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; @@ -113,6 +114,22 @@ static void insert_map(struct fs_info *fs, struct btrfs_chunk_map_item *item) chunk_map->cur_length++; } +static inline void insert_map(struct fs_info *fs, struct btrfs_disk_key *key, +...
2019 Oct 22
2
Problems with internal DNS
...= active directory domain controller workgroup = RUFUS idmap_ldb:use rfc2307 = yes allow dns updates = secure only dns forwarder = 172.18.8.1 [sysvol] path = /var/lib/samba/sysvol read only = No [netlogon] path = /var/lib/samba/sysvol/rodos.bfs.de/scripts read only = No > Rowland > -- Thomas
2008 Mar 06
0
how to end the BFS traversal at will( RGL)
Hi, I am using RGL for some of the graph implementations. My requirements is such that I need to find out all nodes that are at distance less than 3. For this, I thought of traversing the graph using BFS and stop the traversal when i reach 4th level. But how do I do this? regards, Sandeep G -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2001 Oct 19
7
Force User
...ctories only and others read only. I have set this up and every time I create a file the owner is set to root and the group is correct. Any help would be great, the following is what I have in the smb.conf file: [migrate] path = /lanman/Users/content_migration valid users = eoz egh bfs txh admin users = eoz egh bfs txh read list = eoz egh bfs txh write list = eoz egh bfs txh force user = migrate force group = segrp create mask = 0775 directory mask = 0775 browseable = No Ed Zoeller ShopTalk 640 N. LaSalle Street Sui...
2020 May 27
4
[cfe-dev] [RFC] Loading Bitfields with Smallest Needed Types
...tions. Despite that being a different choice from GCC, it should still be correct and consistent. Of course that insight does mean it's quite easy to create a test-case with the exact same problematic store->load mismatch which doesn't use bit-fields at all. For example: short f2(short *bfs) { *bfs &= ~0x1; g(); return *bfs; } creates the same bad sequence: movq %rdi, %rbx andb $-2, (%rdi) callq g() movzwl (%rbx), %eax On Tue, May 26, 2020 at 9:30 PM John McCall via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On...
2013 Sep 21
0
[LLVMdev] LLD input graph handling proposal
...al proposal I didn't agree with and I still don't do. While the resolver shouldn't have to deal with the details of the command line, it certainly should know about the input graph. I wouldn't be surprised if it can make a significant difference for group processing whether a DFS or BFS is applied, even if the result doesn't change. There are other concerns like the recursive processing of DT_NEEDED for ELF and the resulting implications for symbol resolution and locking. Joerg
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
...we won't need; # note that these can be single files or whole directories. They are specified -# starting at $MODULES; so if you want to remove the NLS stuff from the -# fs subdir, your mods entry would be "fs/nls" -fs_mods="fs/nls fs/9p fs/affs fs/autofs fs/autofs4 fs/befs fs/bfs fs/cifs \ +# starting at $MODULES; so if you want to remove the 9p stuff from the +# fs subdir, your mods entry would be "fs/9p" +fs_mods="fs/9p fs/affs fs/autofs fs/autofs4 fs/befs fs/bfs fs/cifs \ fs/coda fs/cramfs fs/dlm fs/ecryptfs fs/efs fs/exportfs fs/ext4 \ fs/...
2013 Sep 21
2
[LLVMdev] LLD input graph handling proposal
...39;t agree with and I > still don't do. While the resolver shouldn't have to deal with the > details of the command line, it certainly should know about the input > graph. I wouldn't be surprised if it can make a significant difference > for group processing whether a DFS or BFS is applied, even if the result > doesn't change. There are other concerns like the recursive processing > of DT_NEEDED for ELF and the resulting implications for symbol > resolution and locking. Someone should certainly know about the input graph, but it isn't necessarily be Reso...
2013 Sep 20
3
[LLVMdev] LLD input graph handling proposal
On Fri, Sep 20, 2013 at 3:59 PM, Nick Kledzik <kledzik at apple.com> wrote: > > On Sep 20, 2013, at 3:37 PM, Rui Ueyama <ruiu at google.com> wrote: > > On Fri, Sep 20, 2013 at 3:29 PM, Nick Kledzik <kledzik at apple.com> wrote: > >> Rui, >> >> I like this in general, but have a few questions. >> >> On Sep 20, 2013, at 2:30 PM, Rui
2013 Sep 21
1
[LLVMdev] LLD input graph handling proposal
....so ld: warning: libfn1.so, needed by libfn.so, not found (try using -rpath or -rpath-link) ld: warning: cannot find entry symbol _start; defaulting to 00000000004002f0 main.o: In function `main': main.c:(.text+0x14): undefined reference to `fn1' Any ways of making the GNU linker do a DFS/BFS search on dependent libraries ? Thanks Shankar Easwaran On 9/21/2013 5:25 AM, Joerg Sonnenberger wrote: > On Fri, Sep 20, 2013 at 05:29:32PM -0700, Rui Ueyama wrote: >> I don't also understand if DT_NEEDED is related to this. DT_NEEDED is not >> represented by input graph....
2010 Oct 22
3
System Stutters/Skips with wine Under Load
Hello. I am hoping someone can help with a problem I am having. I am running the Windows folding at home client through wine. This app is very load intensive and performs many scientific calculations. It consumes 100% of all six cores in my system. However, I run it with a "nice" level of 19 so that it only uses idle cycles. Unfortunately, with this setup, my system consistently
2015 Dec 27
1
[PATCH v2] btrfs: Fix logical to physical block address mapping
...letions(-) > > diff --git a/core/fs/btrfs/btrfs.c b/core/fs/btrfs/btrfs.c > index 53e1105..ca611db 100644 > --- a/core/fs/btrfs/btrfs.c > +++ b/core/fs/btrfs/btrfs.c > @@ -371,16 +386,21 @@ static void btrfs_read_chunk_tree(struct fs_info *fs) > search_tree(fs, bfs->sb.chunk_root, &search_key, &path); > do { > do { > + /* skip information about underlying block > + * devices. > + */ > +...
2012 Aug 25
2
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
2012/8/25 Iaroslav Markov <ymarkov at cs.stonybrook.edu>: > Can't you do it by performing some analysis on CFG? You can traverse that structure with BFS. And after that for all the BB you have visited more than once, you try to find a parent that has a branch instruction as a terminator. Additionally you ensure that there are no BB with branches as terminators on your way. If such parent exist, you mark that there is exist a direct connection betwe...