Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 154
Posts: 154   Pages: 16   [ Previous Page | 1 2 3 4 5 6 7 8 9 10 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 332857 times and has 153 replies Next Thread
robertmiles
Senior Cruncher
US
Joined: Apr 16, 2008
Post Count: 443
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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.
[Jun 24, 2016 1:46:17 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[VENETO] boboviz
Senior Cruncher
Joined: Aug 17, 2008
Post Count: 183
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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. wink
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]
[Jun 24, 2016 9:36:16 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[VENETO] boboviz
Senior Cruncher
Joined: Aug 17, 2008
Post Count: 183
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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?
[Jun 24, 2016 9:38:34 AM]   Link   Report threatening or abusive post: please login first  Go to top 
robertmiles
Senior Cruncher
US
Joined: Apr 16, 2008
Post Count: 443
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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. wink
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.
[Jun 25, 2016 12:19:48 AM]   Link   Report threatening or abusive post: please login first  Go to top 
robertmiles
Senior Cruncher
US
Joined: Apr 16, 2008
Post Count: 443
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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.
[Jun 25, 2016 12:21:12 AM]   Link   Report threatening or abusive post: please login first  Go to top 
gta198
Senior Cruncher
USA
Joined: Apr 8, 2020
Post Count: 309
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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]
[Jun 25, 2016 8:04:56 PM]   Link   Report threatening or abusive post: please login first  Go to top 
robertmiles
Senior Cruncher
US
Joined: Apr 16, 2008
Post Count: 443
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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
[Jun 26, 2016 12:43:50 AM]   Link   Report threatening or abusive post: please login first  Go to top 
SekeRob
Master Cruncher
Joined: Jan 7, 2013
Post Count: 2741
Status: Offline
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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]
[Jun 30, 2016 8:07:36 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Jim Slade
Veteran Cruncher
Joined: Apr 27, 2007
Post Count: 664
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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/


[Jul 5, 2016 4:06:28 PM]   Link   Report threatening or abusive post: please login first  Go to top 
robertmiles
Senior Cruncher
US
Joined: Apr 16, 2008
Post Count: 443
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Interesting News Articles About Zika

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]
[Jul 5, 2016 9:39:32 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 154   Pages: 16   [ Previous Page | 1 2 3 4 5 6 7 8 9 10 | Next Page ]
[ Jump to Last Post ]
Post new Thread