- example app: change the app version structure to match the new format
svn path=/trunk/boinc/; revision=24030
|
@ -4998,3 +4998,9 @@ Charlie 23 Aug 2011
|
|||
cl_boinc.h
|
||||
coproc.cpp, .h
|
||||
parse.h
|
||||
|
||||
David 23 Aug 2011
|
||||
- example app: change the app version structure to match the new format
|
||||
|
||||
samples/example_app/
|
||||
various
|
||||
|
|
|
@ -322,14 +322,14 @@ $math = array(
|
|||
tra("The aim of this project is to provide a powerful distributed computing platform for scientists of Vilnius Gediminas Technical University (VGTU) as well as others Lithuanian academic institutions. Current applications involve the study of Monte-Carlo based software testing."),
|
||||
"vtuathome-white.gif",
|
||||
),
|
||||
array(
|
||||
"AQUA@home",
|
||||
"http://aqua.dwavesys.com/",
|
||||
tra("D-Wave Systems, Inc."),
|
||||
tra("Quantum computing"),
|
||||
tra("D-Wave's AQUA (Adiabatic QUantum Algorithms) is a research project whose goal is to predict the performance of superconducting adiabatic quantum computers on a variety of hard problems arising in fields ranging from materials science to machine learning. AQUA@home uses Internet-connected computers to help design and analyze quantum computing algorithms, using Quantum Monte Carlo techniques."),
|
||||
"logo_dwave2.png"
|
||||
),
|
||||
// array(
|
||||
// "AQUA@home",
|
||||
// "http://aqua.dwavesys.com/",
|
||||
// tra("D-Wave Systems, Inc."),
|
||||
// tra("Quantum computing"),
|
||||
// tra("D-Wave's AQUA (Adiabatic QUantum Algorithms) is a research project whose goal is to predict the performance of superconducting adiabatic quantum computers on a variety of hard problems arising in fields ranging from materials science to machine learning. AQUA@home uses Internet-connected computers to help design and analyze quantum computing algorithms, using Quantum Monte Carlo techniques."),
|
||||
// "logo_dwave2.png"
|
||||
// ),
|
||||
// array(
|
||||
// "SHA-1 Collision Search Graz",
|
||||
// "http://boinc.iaik.tugraz.at/sha1_coll_search/",
|
||||
|
|
|
@ -89,6 +89,9 @@ function do_sim($in, $out, $policy, $config_prefix=null) {
|
|||
$cmd = "./sim $args --infile_prefix $in/ --outfile_prefix $out/ $c";
|
||||
//echo "cmd: $cmd\n"; die;
|
||||
system($cmd, $ret);
|
||||
if ($ret) {
|
||||
die("command failed ($ret): $cmd\n");
|
||||
}
|
||||
}
|
||||
|
||||
// display N results (usually 2) as bar graphs
|
||||
|
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |