1 / 10

Remote computation Systems

Remote computation Systems. outline. Introduction Three systems Applications Conclusion. Why Remote computation?. Three Systems. The RCS Netsolve Ninf. The RCS. Netsolve. Ninf. Applications (examples). Solving Math. Equations Visualization scientific simulation systems

lizina
Télécharger la présentation

Remote computation Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Remote computation Systems Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  2. outline • Introduction • Three systems • Applications • Conclusion Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  3. Why Remote computation? Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  4. Three Systems • The RCS • Netsolve • Ninf Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  5. The RCS Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  6. Netsolve Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  7. Ninf Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  8. Applications (examples) • Solving Math. Equations • Visualization scientific simulation systems • Distributed Image Processing Shell Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  9. ExmaplesRCS>> A = rand(480,120);>> [u,s,v] = rcs_svd(A);orcall RCpostSys(task1)call RCpostSys(task2)call RCclaimSys(task1)Netsolve>> a = rand(100); b = rand(100,1);>> x = netsolve(’ax=b’,a,b)or>> a = rand(100); b = rand(100,1);>> request = netsolve_nb(’send’,’ax=b’,a,b)>> x = netsolve_nb(’probe’,request)Not Ready Yet>> x = netsolve_nb(’wait’,request)ninfdouble A[n][n], B[n][n], C[n][n];dmmul(n, A, B, C);while with Ninf, one invokes the remote library with:Ninf_call("dmmul", n, A, B, C); Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

  10. Conclusion Prepared by: Abdel_karim Awwad submitted to: Dr. Najeh Jasrawi

More Related