GoogleCloudPlatform / cpp-samples

C++ code samples for using Google Cloud Platform
Apache License 2.0
166 stars 110 forks source link

Add a distribute computing batch example #345

Open alevenberg opened 3 months ago

alevenberg commented 3 months ago

Create a sample that shows how to take advantage of Cloud Batch for distributed computation examples where nodes talk to each other in a low latency network. The example will will run multiple copies that pass partial results back and forth and may require using MPI, an HPC library.

cuiy0006 commented 1 week ago

What is Cloud batch

The features Cloud batch should provide.

We may probably want to do Monte Carlo Simulations with c++ client library.