Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can we use GreenTea to solve a very large time consuming Scientific and Engineering problem?

0
Posted

Can we use GreenTea to solve a very large time consuming Scientific and Engineering problem?

0

Definitely yes! A large complex problem can be divided into many smaller and easier sub-problems. You would get the most benefit if your application is written in Java. The performance of Java is getting much better now than before. I’ll show you the performance study between Java and C in the next question. The basic GT application programming model is: gt.register(); for n subtasks, gt.putSubTask(); for n subtasks, gt.getResults(subtaskID); gt.deregister(); GT’s API is very simple. The above 4 APIs are the basic APIs of the GT platform.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123