Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PWA
Pawian
Commits
b961aff9
Commit
b961aff9
authored
10 years ago
by
Julian Pychy
Browse files
Options
Downloads
Patches
Plain Diff
changed paths in benchmark script and of the minuit library
parent
97704af2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Examples/benchmark/benchmark_runscript
+4
-4
4 additions, 4 deletions
Examples/benchmark/benchmark_runscript
Examples/benchmark/pbarpReactionDefault.cfg
+1
-1
1 addition, 1 deletion
Examples/benchmark/pbarpReactionDefault.cfg
Jamroot
+1
-1
1 addition, 1 deletion
Jamroot
with
6 additions
and
6 deletions
Examples/benchmark/benchmark_runscript
+
4
−
4
View file @
b961aff9
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Examples/benchmark/pbarpReactionDefault.cfg
+
1
−
1
View file @
b961aff9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Jamroot
+
1
−
1
View file @
b961aff9
...
...
@@ -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 ;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment