Skip to content
Snippets Groups Projects
Commit b961aff9 authored by Julian Pychy's avatar Julian Pychy
Browse files

changed paths in benchmark script and of the minuit library

parent 97704af2
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
echo Starting server ...
../pbarp/bin/gcc-4.4.7/release/link-static/pbarpReactionApp -c pbarpReactionDefault.cfg --mode server --paramFile defaultparams.dat !>& server.log &
$TOP_DIR/bin/pbarpReactionApp -c pbarpReactionDefault.cfg --mode server --paramFile defaultparams.dat !>& server.log &
sleep 5
echo Starting clients ...
../pbarp/bin/gcc-4.4.7/release/link-static/pbarpReactionApp -c pbarpReactionDefault.cfg --mode client --paramFile defaultparams.dat !>& client1.log &
$TOP_DIR/bin/pbarpReactionApp -c pbarpReactionDefault.cfg --mode client --paramFile defaultparams.dat !>& client1.log &
../pbarp/bin/gcc-4.4.7/release/link-static/pbarpReactionApp -c pbarpReactionDefault.cfg --mode client --paramFile defaultparams.dat !>& client2.log &
$TOP_DIR/bin/pbarpReactionApp -c pbarpReactionDefault.cfg --mode client --paramFile defaultparams.dat !>& client2.log &
echo done
\ No newline at end of file
echo done
......@@ -29,7 +29,7 @@ pdgTableFile = /Particle/pdtNew.table
cacheAmps = true
pbarmom = 0.9
lmax = 1
serverPort = 22225
serverPort = 50001
serverAddress = localhost
noOfClients = 2
noOfThreads = 2
......
......@@ -40,7 +40,7 @@ actions rootlibs
}
lib HepMc : : <file>$(extern)/lib/libHepMC.so : : ;
lib Minuit2 : : <file>$(extern)/lib/Linux26SL6_x86_64_gcc444/libMinuit2.so : : ;
lib Minuit2 : : <file>$(extern)/lib/libMinuit2.so : : ;
build-project qft++ ;
build-project Utils ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment