1 resultado para Empirical Algorithm Analysis
em Digital Commons - Michigan Tech
Filtro por publicador
- Repository Napier (1)
- Abertay Research Collections - Abertay University’s repository (1)
- Academic Research Repository at Institute of Developing Economies (7)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (9)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (1)
- Archive of European Integration (5)
- Aston University Research Archive (18)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (5)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (38)
- Biblioteca Virtual del Sistema Sanitario Público de Andalucía (BV-SSPA), Junta de Andalucía. Consejería de Salud y Bienestar Social, Spain (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (18)
- Brock University, Canada (4)
- CentAUR: Central Archive University of Reading - UK (111)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (13)
- Cochin University of Science & Technology (CUSAT), India (9)
- Collection Of Biostatistics Research Archive (1)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (3)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (93)
- CORA - Cork Open Research Archive - University College Cork - Ireland (2)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (1)
- CUNY Academic Works (2)
- Dalarna University College Electronic Archive (8)
- Department of Computer Science E-Repository - King's College London, Strand, London (2)
- Digital Commons - Michigan Tech (1)
- Digital Commons at Florida International University (9)
- Digital Peer Publishing (1)
- DigitalCommons@The Texas Medical Center (6)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (67)
- Duke University (1)
- Düsseldorfer Dokumenten- und Publikationsservice (1)
- Instituto Politécnico do Porto, Portugal (28)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (9)
- Martin Luther Universitat Halle Wittenberg, Germany (2)
- Massachusetts Institute of Technology (3)
- Memorial University Research Repository (1)
- Ministerio de Cultura, Spain (1)
- Nottingham eTheses (1)
- Publishing Network for Geoscientific & Environmental Data (4)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (1)
- Repositório Científico da Universidade de Évora - Portugal (5)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (15)
- Repositório da Produção Científica e Intelectual da Unicamp (4)
- Repositório digital da Fundação Getúlio Vargas - FGV (14)
- Repositório do Centro Hospitalar de Lisboa Central, EPE - Centro Hospitalar de Lisboa Central, EPE, Portugal (4)
- Repositório Institucional da Universidade de Brasília (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (18)
- Repositorio Institucional Universidad EAFIT - Medelin - Colombia (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (21)
- Scielo Saúde Pública - SP (34)
- Scottish Institute for Research in Economics (SIRE) (SIRE), United Kingdom (9)
- The Scholarly Commons | School of Hotel Administration; Cornell University Research (3)
- Universidad de Alicante (3)
- Universidad del Rosario, Colombia (10)
- Universidad Politécnica de Madrid (14)
- Universidade do Minho (8)
- Universidade Federal do Pará (1)
- Universidade Federal do Rio Grande do Norte (UFRN) (1)
- Universidade Técnica de Lisboa (1)
- Universita di Parma (1)
- Universitat de Girona, Spain (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (6)
- Université de Lausanne, Switzerland (52)
- Université de Montréal, Canada (21)
- University of Connecticut - USA (2)
- University of Michigan (11)
- University of Queensland eSpace - Australia (43)
- University of Southampton, United Kingdom (1)
- University of Washington (1)
Resumo:
An important problem in computational biology is finding the longest common subsequence (LCS) of two nucleotide sequences. This paper examines the correctness and performance of a recently proposed parallel LCS algorithm that uses successor tables and pruning rules to construct a list of sets from which an LCS can be easily reconstructed. Counterexamples are given for two pruning rules that were given with the original algorithm. Because of these errors, performance measurements originally reported cannot be validated. The work presented here shows that speedup can be reliably achieved by an implementation in Unified Parallel C that runs on an Infiniband cluster. This performance is partly facilitated by exploiting the software cache of the MuPC runtime system. In addition, this implementation achieved speedup without bulk memory copy operations and the associated programming complexity of message passing.