| Literature DB >> 28835734 |
Jyh-Da Wei1,2, Hui-Jun Cheng1, Chun-Yuan Lin1, Jin Ye1, Kuan-Yu Yeh1.
Abstract
High-end graphics processing units (GPUs), such as NVIDIA Tesla/Fermi/Kepler series cards with thousands of cores per chip, are widely applied to high-performance computing fields in a decade. These desktop GPU cards should be installed in personal computers/servers with desktop CPUs, and the cost and power consumption of constructing a GPU cluster platform are very high. In recent years, NVIDIA releases an embedded board, called Jetson Tegra K1 (TK1), which contains 4 ARM Cortex-A15 CPUs and 192 Compute Unified Device Architecture cores (belong to Kepler GPUs). Jetson Tegra K1 has several advantages, such as the low cost, low power consumption, and high applicability, and it has been applied into several specific applications. In our previous work, a bioinformatics platform with a single TK1 (STK platform) was constructed, and this previous work is also used to prove that the Web and mobile services can be implemented in the STK platform with a good cost-performance ratio by comparing a STK platform with the desktop CPU and GPU. In this work, an embedded-based GPU cluster platform will be constructed with multiple TK1s (MTK platform). Complex system installation and setup are necessary procedures at first. Then, 2 job assignment modes are designed for the MTK platform to provide services for users. Finally, ClustalW v2.0.11 and ClustalWtk will be ported to the MTK platform. The experimental results showed that the speedup ratios achieved 5.5 and 4.8 times for ClustalW v2.0.11 and ClustalWtk, respectively, by comparing 6 TK1s with a single TK1. The MTK platform is proven to be useful for multiple sequence alignments.Entities:
Keywords: CUDA; NVIDIA Jetson TK1; cluster; multiple sequence alignment; parallel processing
Year: 2017 PMID: 28835734 PMCID: PMC5555494 DOI: 10.1177/1176934317724764
Source DB: PubMed Journal: Evol Bioinform Online ISSN: 1176-9343 Impact factor: 1.625
Figure 1.The format of network parameter settings file.
Figure 2.Architecture diagrams of setting subnetwork: (A) public IP + private IP and (B) private IP + NAT. NAT indicates Network Address Translation.
Figure 3.The schematic diagram of calling AJAX, PHP, and SSH in the MTK platform. AJAX indicates Asynchronous JavaScript and XML; SSH, Secure Shell protocol.
Figure 4.The flowchart of automatic assigned method.
Figure 5.The Web site with ClustalW v2.0.11 and ClustalWtk using the user selected mode.
Figure 6.The Web site with ClustalW v2.0.11 and ClustalWtk using the automatic assigned mode.
Figure 7.The execution time by ClustalW v2.0.11 and ClustalWtk based on the STK and MTK platforms.
| Automatic assigned method |
|---|
| /* JavaScript of scheduling works automatically */ |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| /* AJAX to PHP */ |
| /* PHP connects to Slave TK1 through SSH */ |
| /* execute |
| AssignWorks ( |
| |
| |
| |
| /* AJAX to PHP */ |
| /* PHP connects to Slave TK1 through SSH */ |
| /* execute |
| AssignWorks ( |
| |
|
|
| /* move file back to web service folder */ |
|
|