Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Parallel computation for biological sequence comparison: comparing a portable model to the native model for the Intel

P M Nadkarni1, P L Miller

  • 1Department of Anesthesiology, Yale School of Medicine, New Haven, CT 06510.

Proceedings. Symposium on Computer Applications in Medical Care
|January 1, 1991
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Medical Informatics Training at Yale University School of Medicine.

Yearbook of medical informatics·2016
Same author

ATTENDING: Critiquing a Physician's Management Plan.

IEEE transactions on pattern analysis and machine intelligence·2011
Same author

The Common Data Elements for cancer research: remarks on functions and structure.

Methods of information in medicine·2006
Same author

Automating identification of adverse events related to abnormal lab results using standard vocabularies.

AMIA ... Annual Symposium proceedings. AMIA Symposium·2006
Same author

Metadata driven generation of reports for clinical studies.

AMIA ... Annual Symposium proceedings. AMIA Symposium·2006
Same author

Integration of Web-based and PC-based clinical research databases.

Methods of information in medicine·2004
Same journal

Intelligent monitor for an anesthesia breathing circuit.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Design considerations for intelligent data entry: development of MedIO.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Medical information retrieval and WWW browsers at Mayo.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

A model of clinical query management that supports integration of biomedical information over the World Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Automated MeSH indexing of the World-Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
Same journal

Teaching literature searching in the context of the World Wide Web.

Proceedings. Symposium on Computer Applications in Medical Care·1995
See all related articles

This study compares two parallel programming approaches for biological sequence comparison. Machine-specific programming was efficient, while Linda offered portability but reduced efficiency with more processors.

Area of Science:

  • Computational Biology
  • Bioinformatics
  • Parallel Computing

Background:

  • Inter-database sequence comparison is crucial for biological research.
  • Efficient parallel algorithms are needed for large-scale biological data analysis.
  • Evaluating different parallel programming models is essential for optimizing performance.

Purpose of the Study:

  • To develop and compare two parallel programming approaches for inter-database sequence comparison.
  • To assess the performance and efficiency of machine-specific vs. machine-independent parallel programming.
  • To evaluate the portability of parallel programs across different computing architectures.

Main Methods:

  • Developed a parallel program for sequence comparison on the Intel Hypercube.

Related Experiment Videos

  • Implemented two versions: one using machine-specific Hypercube commands, another using the Linda parallel programming language.
  • Conducted benchmark tests comparing the performance of both versions with varying numbers of processors.
  • Tested the Linda version on Network Linda, a virtual parallel machine.
  • Main Results:

    • Both parallel programming versions yielded comparable results with a small number of processors.
    • The Linda version showed decreased efficiency as the number of processors increased.
    • The Linda version demonstrated portability by running on Network Linda without modification.

    Conclusions:

    • Machine-specific parallel programming can offer higher efficiency for specific architectures.
    • Linda provides valuable machine independence and portability, crucial for diverse computing environments.
    • The choice of parallel programming model involves a trade-off between efficiency and portability for biological applications.