Laxmikant Kale

Last updated

Laxmikant (Sanjay) V. Kale is the director of the Parallel Programming Laboratory (PPL) and a professor of computer science at the University of Illinois at Urbana-Champaign. He also holds department affiliations with the Beckman Institute and the Department of Mechanical and Industrial Engineering at Illinois.[ citation needed ]

Contents

Charm++

Professor Kale is perhaps best known for Charm++, a parallel object-oriented programming language based on C++. Under his leadership and direction, members of PPL developed (and continue to evolve) Charm++ and its predecessor, Chare Kernel, [1] along with Adaptive MPI (AMPI). [2] On top of this programming system, many parallel applications and libraries have been developed, such as NAMD, [3] OpenAtom, [4] Charisma, [5] et al.

Professor Kale and his research group frequently collaborate with scientists in other disciplines to come up with novel ways of using high performance computing for scientific research and discovery. His research is guided by the principles of improving computer performance and human productivity in parallel programming. [6]

Research group

The Parallel Programming Laboratory (PPL) is Professor Kale's research group at the University of Illinois at Urbana-Champaign. The group is composed of research scientists and graduate and undergraduate research assistants in collaboration with domain scientists throughout the world. The group's current collaborations include NCSA's Blue Waters project and Virginia Tech's Contagion project, [7] among others.

Awards

Professor Kale was elevated to an ACM Fellow in December 2017 for his contributions to parallel programming and high performance computing. [8] He was named the Paul and Cynthia Saylor Professor of Computer Science in November 2016. [9] He was awarded the IEEE Sidney Fernbach award in 2012 [10] and was recognized as an IEEE Fellow in November 2011 for "development of parallel programming techniques [11] and awarded a Gordon Bell special prize in 2002 for NAMD: Biomolecular Simulation on Thousands of Processors, where "researchers achieved unprecedented scaling of the code that renders an atom-by-atom blueprint of large biomolecules and biomolecular systems." [12] Other awards include the C. W. Gear Outstanding Junior Faculty Award, Department of Computer Science, University of Illinois at Urbana-Champaign, 1990 [13] and ONR Young Investigator (1990–93).

Education

Professor Kale earned his Ph.D. and M.S. in computer science from the State University of New York (SUNY), Stony Brook with David Scott Warren as his advisor. [14] He earned a M.E. in computer science from the Indian Institute of Science (IISc), Bangalore, in 1979 and his undergraduate work was completed in 1977 at the Institute of Technology, Banaras Hindu University, where he earned a B. Tech in Electrical Engineering. [15]

Related Research Articles

Nanoscale Molecular Dynamics is computer software for molecular dynamics simulation, written using the Charm++ parallel programming model. It is noted for its parallel efficiency and is often used to simulate large systems. It has been developed by the collaboration of the Theoretical and Computational Biophysics Group (TCB) and the Parallel Programming Laboratory (PPL) at the University of Illinois at Urbana–Champaign.

Nick Holonyak American inventor

Nick Holonyak Jr. is an American engineer and educator. He is noted particularly for his 1962 invention of a light-emitting diode (LED) that emitted visible red light instead of infrared light; Holonyak was then working at General Electric's research laboratory in Syracuse, New York. He is a John Bardeen Endowed Chair Emeritus in Electrical and Computer Engineering and Physics at the University of Illinois at Urbana-Champaign, where he has been since leaving General Electric in 1963.

Jack Dongarra American academic

Jack J. Dongarra ForMemRS; is an American University Distinguished Professor of Computer Science in the Electrical Engineering and Computer Science Department at the University of Tennessee. He holds the position of a Distinguished Research Staff member in the Computer Science and Mathematics Division at Oak Ridge National Laboratory, Turing Fellowship in the School of Mathematics at the University of Manchester, and is an adjunct professor in the Computer Science Department at Rice University. He served as a faculty fellow at Texas A&M University's institute for advanced study. Dongarra is the founding director of Innovative Computing Laboratory.

Ralph E. Johnson is a Research Associate Professor in the Department of Computer Science at the University of Illinois at Urbana-Champaign. He is a co-author of the influential computer science textbook Design Patterns: Elements of Reusable Object-Oriented Software, for which he won the 2010 ACM SIGSOFT Outstanding Research Award.

Charm++ is a parallel object-oriented programming language based on C++ and developed in the Parallel Programming Laboratory at the University of Illinois at Urbana–Champaign. Charm++ is designed with the goal of enhancing programmer productivity by providing a high-level abstraction of a parallel program while at the same time delivering good performance on a wide variety of underlying hardware platforms. Programs written in Charm++ are decomposed into a number of cooperating message-driven objects called chares. When a programmer invokes a method on an object, the Charm++ runtime system sends a message to the invoked object, which may reside on the local processor or on a remote processor in a parallel computation. This message triggers the execution of code within the chare to handle the message asynchronously.

Jiawei Han is a Chinese computer scientist who currently holds the position of Abel Bliss Professor in the Department of Computer Science at the University of Illinois at Urbana-Champaign. His research focuses on data mining, data warehousing, database systems, data mining from spatiotemporal data, Web data, and social/information network data.

David J. Kuck, a graduate of the University of Michigan, was a professor in the Computer Science Department the University of Illinois at Urbana-Champaign from 1965 to 1993. He is the father of Olympic silver medalist Jonathan Kuck. While at the University of Illinois at Urbana-Champaign he developed the Parafrase compiler system (1977), which was the first testbed for the development of automatic vectorization and related program transformations. In his role as Director (1986–93) of the Center for Supercomputing Research and Development (CSRD-UIUC), Kuck led the construction of the CEDAR project, a hierarchical shared-memory 32-processor SMP supercomputer completed in 1988 at the University of Illinois.

Edward Seidel is the Vice President for Economic Development and Innovation for the University of Illinois System, as well as a Founder Professor in the Department of Physics and a professor in the Department of Astronomy at the University of Illinois at Urbana-Champaign. He was the director of the National Center for Supercomputing Applications at Illinois from 2014 to 2017.

The Center for Simulation of Advanced Rockets (CSAR) is an interdisciplinary research group at the University of Illinois at Urbana-Champaign, and is part of the United States Department of Energy's Advanced Simulation and Computing Program. CSAR's goal is to accurately predict the performance, reliability, and safety of solid propellant rockets.

UPCRC Illinois is one of two Universal Parallel Computing Research Centers launched in 2008 by Microsoft Corporation and Intel Corporation to accelerate the development of mainstream parallel computing for consumer and business applications such as desktop and mobile computing. UPCRC Illinois is a joint research effort of the Department of Computer Science and the Coordinated Science Laboratory at the University of Illinois at Urbana–Champaign. Research is conducted by faculty members and graduate students from the departments of Computer Science and Electrical and Computer Engineering. UPCRC Illinois research faculty are led by Co-Directors Marc Snir and Wen-mei Hwu.

Bill Gropp American computer scientist

William Douglas "Bill" Gropp is the director of the National Center for Supercomputing Applications (NCSA) and the Thomas M. Siebel Chair in the Department of Computer Science at the University of Illinois at Urbana–Champaign. He is also the founding Director of the Parallel Computing Institute. Gropp helped to create the Message Passing Interface, also known as MPI, and the Portable, Extensible Toolkit for Scientific Computation, also known as PETSc.

Josep Torrellas is Professor and Willett Faculty Scholar in the Department of Computer Science and a research faculty for the Universal Parallel Computing Research Center at the University of Illinois at Urbana-Champaign. Torrellas' research area is computer architecture, focusing on speculative multithreading, multiprocessor organization, integration of processors and memory, and architectural support for software debuggability and machine reliability. He has been involved in the Stanford DASH and the Illinois Cedar multiprocessor projects, and led the Illinois Aggressive COMA and FlexRAM Intelligent Memory projects.

Edward S. Davidson is a professor emeritus in Electrical Engineering and Computer Science at the University of Michigan, Ann Arbor.

Nikil Dutt is a Chancellor's Professor of Computer Science at University of California, Irvine, United States. Professor Dutt's research interests are in embedded systems, electronic design automation, computer architecture, optimizing compilers, system specification techniques, distributed systems, and formal methods.

Professor Benjamin Wan-Sang Wah is the Provost and Wei Lun Professor of Computer Science and Engineering at Chinese University of Hong Kong. He was elected President of IEEE Computer Society in 2001.

The Sidney Fernbach Award established in 1992 by the IEEE Computer Society, in memory of Sidney Fernbach, one of the pioneers in the development and application of high performance computers for the solution of large computational problems as the Division Chief for the Computation Division at Lawrence Livermore Laboratory from the late 1950s through the 1970s. A certificate and $2,000 are awarded for outstanding contributions in the application of high performance computers using innovative approaches. The nomination deadline is 1 July each year.

Nancy Marie Amato is an American Computer Scientist noted for her research on the algorithmic foundations of motion planning, computational biology, computational geometry and parallel computing. Amato is the Abel Bliss Professor of Engineering and Head of the Department of Computer Science at the University of Illinois at Urbana-Champaign. Amato is noted for her leadership in broadening participation in computing, and is currently a member of the steering committee of CRA-W, of which she has been a member of the board since 2000.

Lawrence Rauchwerger is an American Computer Scientist noted for his research in parallel computing, compilers, and computer architecture. He is a speaker in the ACM Distinguished Speakers Program and the deputy director of the Institute of Applied Mathematics and Computational Sciences at Texas A&M University. He is the co-director of the Parasol Lab and manages the lab's software and systems group.

Brendan John Frey FRSC is a Canadian-born machine learning and genome biology researcher, known mainly for his work on factor graphs, the wake-sleep algorithm for deep learning, and using machine learning to model genome biology and understand genetic disorders. He founded Deep Genomics and is currently its CEO, and he is a professor of engineering and medicine at the University of Toronto. He co-developed a new computational approach to identifying the genetic determinants of disease, was one of the first researchers to successfully train a deep neural network, and was a pioneer in the introduction of iterative message-passing algorithms.

Klaus Schulten was a German-American computational biophysicist and the Swanlund Professor of Physics at the University of Illinois at Urbana-Champaign. Schulten used supercomputing techniques to apply theoretical physics to the fields of biomedicine and bioengineering and dynamically model living systems. His mathematical, theoretical, and technological innovations led to key discoveries about the motion of biological cells, sensory processes in vision, animal navigation, light energy harvesting in photosynthesis, and learning in neural networks.

References

  1. "Charm++", PPL Research Information, Retrieved February 15, 2012
  2. "Adaptive MPI", PPL Research Information. Retrieved February 15, 2012
  3. "NAMD", PPL Research Information, February 15, 2012
  4. "OpenAtom", PPL Research Information. Retrieved February 15, 2012
  5. "Charisma", PPL Research Information. Retrieved February 15, 2012
  6. Laxmikant V. Kale, "Research Accomplishments in Perspective" Retrieved February 15, 2012
  7. J. William Bell, "Getting Viral". Retrieved February 15, 2012
  8. "2017 ACM Fellows" Retrieved January 23, 2018
  9. "Paul and Cynthia Saylor Professor of Computer Science" Retrieved January 23, 2018
  10. "Sidney Fernbach Award". Retrieved January 23, 2018
  11. "IEEE Fellows List". Retrieved February 15, 2012
  12. ""Gordon Bell news", Supercomputing 2002. Retrieved February 15, 2012
  13. "Faculty Awards", Department of Computer Science. Retrieved February 15, 2012
  14. "David Scott Warren", The Mathematics Genealogy Project. Retrieved February 15, 2012
  15. Laxmikant V. Kale "Biodata". Retrieved February 15, 2012