Is it possible to use several regular PCs (connected in a LAN) in a PROOF session?

Hello

Is it possible to use several regular PCs (connected in a LAN) in a PROOF session?

I usually launch the PROOF sessions in my personal PC, as

    TChain * chain = new TChain ("myChain");
    chain->AddFile( myFile );
    TProof * myCluster = TProof::Open("","workers=4");
    chain->SetProof();
    std::cerr << "Options: " << options.c_str() << std::endl;
    chain->Process("mySelector.C+", options.c_str());

Thank you for your time.

Regards,
atd

Dear atd,

Sorry for the late reply, I have limited connection until next week.
Yes, you can start proof across nodes; you need a network of daemons to be started before opening your Proof session.
Please have a look at pod.gsi.de, in particular at the SSH plugin. That is the advised way to start a Proof cluster over a cluster of LAN connected PCs.

G Ganis

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.