Skip to main content

2016 | OriginalPaper | Buchkapitel

Simulation of a Model for Refactoring Approach for Parallelism Using Parallel Computing Tool Box

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Refactoring is the process of retaining the behavior of a program by making changes to the structure of a program. Initially refactoring is used only for sequential programs, but due to highly configurated architectural availability, it also aids parallel programmers in implementing their parallel applications. Refactoring provides many advantages to parallel programmers, in identifying independent modules, in refining process of programs, it also helps in separating concerns between application and system programmers, and it reduces the time for deployment. All mentioned advantages benefit the programmer in writing parallel programs. The approach for refactoring using multi core system is already developed. Hence all these advantages made us to thought of a system to develop refactoring approach for parallelism which uses heterogeneous parallel architectures which uses combination of both Graphic Processing Unit (GPU) and Central Processing Unit (CPU). A Tool in MATLAB, Parallel Computing Toolbox can be used to execute programs on multiple processing elements simultaneously with local workers available in the toolbox, which takes benefit of GPUs. This tool box uses complete processing speed of multi core system to execute applications on local workers without changing the code. Our suggested model can be simulated by using Parallel Computing Toolbox.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Literatur
1.
Zurück zum Zitat Moore, G.E.: Readings in computer architecture: Cramming more components onto integrated circuits. Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 56–59 (2000) Moore, G.E.: Readings in computer architecture: Cramming more components onto integrated circuits. Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 56–59 (2000)
2.
Zurück zum Zitat Dig, D.: A refactoring approach to parallelism. Software, IEEE 28(1), 17–22 (2011)CrossRef Dig, D.: A refactoring approach to parallelism. Software, IEEE 28(1), 17–22 (2011)CrossRef
3.
Zurück zum Zitat Brown, C., Loidl, H.W., Hammond, K.: Paraforming: forming parallel haskell programs using novel refactoring techniques. Trends in Functional Programming. Springer, Berlin Heidelberg, 82–97 (2012) Brown, C., Loidl, H.W., Hammond, K.: Paraforming: forming parallel haskell programs using novel refactoring techniques. Trends in Functional Programming. Springer, Berlin Heidelberg, 82–97 (2012)
4.
Zurück zum Zitat Kim, H., Mullen, J., Kepner, J.: Introduction to parallel programming and pMatlab v2. 0. Massachusetts Inst Of Tech Lexington Lincoln Lab (2011) Kim, H., Mullen, J., Kepner, J.: Introduction to parallel programming and pMatlab v2. 0. Massachusetts Inst Of Tech Lexington Lincoln Lab (2011)
6.
Zurück zum Zitat Opdyke, W.F.: Refactoring: a program restructuring aid in designing object-oriented application frameworks. University of Illinois at Urbana Champaign, (1992) Opdyke, W.F.: Refactoring: a program restructuring aid in designing object-oriented application frameworks. University of Illinois at Urbana Champaign, (1992)
7.
Zurück zum Zitat Tom, M., Tourwé, T.: A survey of software refactoring. IEEE Trans. on Softw. Eng. 30(2), 126–139 February 2004 Tom, M., Tourwé, T.: A survey of software refactoring. IEEE Trans. on Softw. Eng. 30(2), 126–139 February 2004
8.
Zurück zum Zitat Liao, SW., Diwan, A., Bosch Jr., R.P., Ghuloum, A., Lam, M.S.: Suif explorer: an interactive and interprocedural parallelizer. In PPoPP’99 7th symposium on Principles and practice of parallel programming ACM SIGPLAN, 37–48 (1999) Liao, SW., Diwan, A., Bosch Jr., R.P., Ghuloum, A., Lam, M.S.: Suif explorer: an interactive and interprocedural parallelizer. In PPoPP’99 7th symposium on Principles and practice of parallel programming ACM SIGPLAN, 37–48 (1999)
9.
Zurück zum Zitat Dig, D., Marrero, J. Ernst, M.D.: Refactoring sequential Java code for concurrency via concurrent libraries. In 31st International Conference on Software Engineering. IEEE Computer Society, 397–407 (2009) Dig, D., Marrero, J. Ernst, M.D.: Refactoring sequential Java code for concurrency via concurrent libraries. In 31st International Conference on Software Engineering. IEEE Computer Society, 397–407 (2009)
10.
Zurück zum Zitat Murphy-Hill, E., Black, A.P.: Breaking the barriers to successful refactoring. 30th International Conference on ACM/IEEE Software Engineering ICSE’08. IEEE (2008) Murphy-Hill, E., Black, A.P.: Breaking the barriers to successful refactoring. 30th International Conference on ACM/IEEE Software Engineering ICSE’08. IEEE (2008)
11.
Zurück zum Zitat Fowler, M., Refactoring: Improving the design of existing code. Addison-Wesley Longman Publishing Co., Inc (1999) Fowler, M., Refactoring: Improving the design of existing code. Addison-Wesley Longman Publishing Co., Inc (1999)
12.
Zurück zum Zitat Berthold, H., Pére, J., Mens, T.: A case study for program refactoring. Proc. of the GraBaTS Tool Context (2008) Berthold, H., Pére, J., Mens, T.: A case study for program refactoring. Proc. of the GraBaTS Tool Context (2008)
13.
Zurück zum Zitat Rofouei, M., Stathopoulos, T., Ryffel, S., Kaiser, W., Sarrafzadeh, M.: Energy-aware high performance computing with graphic processing units. In Workshop on Power Aware Computing and System, December 2008 Rofouei, M., Stathopoulos, T., Ryffel, S., Kaiser, W., Sarrafzadeh, M.: Energy-aware high performance computing with graphic processing units. In Workshop on Power Aware Computing and System, December 2008
14.
Zurück zum Zitat Huang, S., Xiao, S., Feng, W.C.: On the energy efficiency of graphics processing units for scientific computing. International Symposium on. Parallel & Distributed Processing IPDPS. IEEE (2009) Huang, S., Xiao, S., Feng, W.C.: On the energy efficiency of graphics processing units for scientific computing. International Symposium on. Parallel & Distributed Processing IPDPS. IEEE (2009)
15.
Zurück zum Zitat Partsch, H., Steinbrüggen, R.: Program transformation systems. ACM Computing Surveys, 15(3). September 1983 Partsch, H., Steinbrüggen, R.: Program transformation systems. ACM Computing Surveys, 15(3). September 1983
16.
Zurück zum Zitat Jones, S.L.P.: Compiling Haskell by program transformation: a report from the trenches. In European Symposium on Programming (ESOP’96), April 1996 Jones, S.L.P.: Compiling Haskell by program transformation: a report from the trenches. In European Symposium on Programming (ESOP’96), April 1996
17.
18.
Zurück zum Zitat Bird, R., De Moor, O.: Algebra of Programming. Prentice-Hall, (1997) Bird, R., De Moor, O.: Algebra of Programming. Prentice-Hall, (1997)
Metadaten
Titel
Simulation of a Model for Refactoring Approach for Parallelism Using Parallel Computing Tool Box
verfasst von
Shanthi Makka
B. B. Sagar
Copyright-Jahr
2016
DOI
https://doi.org/10.1007/978-3-319-30927-9_8