Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
World Community Grid Forums
Category: Completed Research Forum: OpenZika Thread: Interesting News Articles About Zika |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 154
|
Author |
|
robertmiles
Senior Cruncher US Joined: Apr 16, 2008 Post Count: 443 Status: Offline Project Badges: |
I have often wondered why WCG never had a project to search for macromolecules to control diseases (it may be a modeling software limitation). I believe there is one medicine for HIV that uses macromolecules. Large simulations request high parallelism and high IPC's cpus (Xeon or Opteron) not to have too long wus. Solutions? - Multithreaded wus - Gpu wus There's a special requirement for high parallelism: The nature of the calculations must allow doing a certain percentage of the work in parts that can be done at the same time because each part can be done with no effect from the output of other parts done in parallel with them. For GPU workunits, usually an average of at least 40 parts running in parallel at any time. If this requirement is not met, a GPU version of a workunit can take up to about four times as long as a CPU version. I've studied the CUDA method of parallel programming enough that I might be able to help produce a Windows-only version of the application, for Nvidia GPUs only. I'm looking for online OpenCL classes that should allow me to remove the Nvidia-only restriction. This assumes that the CPU application is in some programming language I've already used, such as C, C++, or Fortran. |
||
|
[VENETO] boboviz
Senior Cruncher Joined: Aug 17, 2008 Post Count: 183 Status: Offline Project Badges: |
There's a special requirement for high parallelism: The nature of the calculations must allow doing a certain percentage of the work in parts that can be done at the same time because each part can be done with no effect from the output of other parts done in parallel with them. For GPU workunits, usually an average of at least 40 parts running in parallel at any time. If this requirement is not met, a GPU version of a workunit can take up to about four times as long as a CPU version. When i wrote my post, i think that the "optimization" of the code was implied. To simulate large protein, for example, researchers use clusters with suited code. This assumes that the CPU application is in some programming language I've already used, such as C, C++, or Fortran. Have you tried OpenMP? [Edit 1 times, last edit by [VENETO] boboviz at Jun 24, 2016 9:36:42 AM] |
||
|
[VENETO] boboviz
Senior Cruncher Joined: Aug 17, 2008 Post Count: 183 Status: Offline Project Badges: |
I've studied the CUDA method of parallel programming enough that I might be able to help produce a Windows-only version of the application, for Nvidia GPUs only. I'm looking for online OpenCL classes that should allow me to remove the Nvidia-only restriction. What application? OpenZika? |
||
|
robertmiles
Senior Cruncher US Joined: Apr 16, 2008 Post Count: 443 Status: Offline Project Badges: |
There's a special requirement for high parallelism: The nature of the calculations must allow doing a certain percentage of the work in parts that can be done at the same time because each part can be done with no effect from the output of other parts done in parallel with them. For GPU workunits, usually an average of at least 40 parts running in parallel at any time. If this requirement is not met, a GPU version of a workunit can take up to about four times as long as a CPU version. When i wrote my post, i think that the "optimization" of the code was implied. To simulate large protein, for example, researchers use clusters with suited code. This assumes that the CPU application is in some programming language I've already used, such as C, C++, or Fortran. Have you tried OpenMP? Not so far. It appears suitable for multicore CPU applications, but not GPU applications, based on what I've seen. |
||
|
robertmiles
Senior Cruncher US Joined: Apr 16, 2008 Post Count: 443 Status: Offline Project Badges: |
I've studied the CUDA method of parallel programming enough that I might be able to help produce a Windows-only version of the application, for Nvidia GPUs only. I'm looking for online OpenCL classes that should allow me to remove the Nvidia-only restriction. What application? OpenZika? That's the application I was thinking of. |
||
|
gta198
Senior Cruncher USA Joined: Apr 8, 2020 Post Count: 309 Status: Offline Project Badges: |
The US Food and Drug Administration (FDA) has approved the first human trial of forty healthy volunteers for Zika vaccine GLS-5700, formulated by Inovio Pharmaceuticals.
----------------------------------------http://ir.inovio.com/news/news-releases/news-...inical-Study/default.aspx [Edit 2 times, last edit by gta198 at Jun 25, 2016 8:11:50 PM] |
||
|
robertmiles
Senior Cruncher US Joined: Apr 16, 2008 Post Count: 443 Status: Offline Project Badges: |
Exploring Zika's path through the placenta
http://www.upi.com/Health_News/2016/05/27/Exp...4378912/?spt=slh&or=3 WHO investigates possible new congenital syndrome caused by Zika virus http://www.healio.com/infectious-disease/emer...rus?sc_trk=internalsearch Zika Infection in Third Trimester May Not Harm Development http://www.physiciansbriefing.com/Article.asp?AID=712050 Zika Virus Rumors and Theories That You Should Doubt http://www.nytimes.com/interactive/2016/02/18...irus-theories-rumors.html Exposure to the Dengue Virus May Up Potency of Zika Infection http://www.physiciansbriefing.com/Article.asp?AID=712258 |
||
|
SekeRob
Master Cruncher Joined: Jan 7, 2013 Post Count: 2741 Status: Offline |
Babies who's mother got a zika infection after the 30th week of pregnancy may still have brain damage, even newborns may suffer this: http://www.bbc.com/news/health-36662306
----------------------------------------[Edit 1 times, last edit by SekeRob* at Jun 30, 2016 8:09:22 AM] |
||
|
Jim Slade
Veteran Cruncher Joined: Apr 27, 2007 Post Count: 664 Status: Offline Project Badges: |
Zika Vaccine: Two Candidates Show Promise in Mice
National Institutes of Health (NIH) director Dr. Frances Collins reports that in the search for a Zika vaccine two candidates show promise in mice. https://directorsblog.nih.gov/2016/07/05/zika...tes-show-promise-in-mice/ |
||
|
robertmiles
Senior Cruncher US Joined: Apr 16, 2008 Post Count: 443 Status: Offline Project Badges: |
University of Texas researchers push efforts to combat Zika virus
----------------------------------------http://www.healio.com/infectious-disease/emer...rus?sc_trk=internalsearch [Edit 1 times, last edit by robertmiles at Jul 5, 2016 9:40:04 PM] |
||
|
|