radical-collaboration / QCArchive

2 stars 0 forks source link

Testing integration #13

Closed mturilli closed 5 years ago

mturilli commented 5 years ago

Testing real use case and deployment.

TODO:

dgasmith commented 5 years ago

The current jobs on the RP two instance are representative of the functionality that we will need, but production runs will be much more time per job. If you can provide some details on the number of core hours (1e4-1e6 hours), number of tasks (1e4-1e6 tasks), and run time of task (0.1-100 core hours average) that would be optimal, we can provide a production level use for you.

We truly do have an extremely wide variety of production ready use cases here.

andre-merzky commented 5 years ago

Hi Daniel - we also can handle a variety of workloads. Those are our constraints:

HtH, Andre.

andre-merzky commented 5 years ago

This is now implemented here. The code pulls bulkds of 500 tasks, executes them, and pushes the result-bulk back to QCArchive. Semantically this is the real deal - next it targeting some remote compute resource (which then requires proper data staging), and to start optimizing execution performance.

mturilli commented 5 years ago

@dgasmith and @andre-merzky to try to run the integration locally and remotely.

andre-merzky commented 5 years ago

Update: I confirmed that a pilot is correctly instantiated on a remote resource (comet), but did not test full integration.

Lnaden commented 5 years ago

Determined that if it installs, thats good enough for now. We can open a new ticket if new issues arise