summaryrefslogtreecommitdiff
path: root/lib/sbin/checkout.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 13:15:54 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 13:15:54 +0000
commit7e11e7778b2a9b8dd299a7bbbadb0000c074f408 (patch)
treeecb88b22b6f79f469aefd1f289f926fd960e09fd /lib/sbin/checkout.pl
parenta4371022b3e44adfe490515c50eac140c512445d (diff)
Update applications
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1575 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/checkout.pl')
-rw-r--r--lib/sbin/checkout.pl26
1 files changed, 22 insertions, 4 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index 8a9505e6..ef0bef61 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -317,11 +317,12 @@ sub get_applications
print " [2] Example F77 wave equation evolver\n";
print " [3] Example C wave equation evolver\n";
print " [4] Example C++ wave equation evolver\n";
- print " [5] Benchmark (ADM)\n";
+ print " [5] Example free form F90 wave equation evolver\n";
+ print " [6] Benchmark (ADM)\n";
print "\n";
# Put number of applications here
- $count = 5;
+ $count = 6;
print "Checkout applications h)elp, q)uit, range [1-$count] : ";
@@ -416,12 +417,29 @@ sub get_applications
&CheckOut("CactusPUGH/PUGH",$repository);
print("Completed checkout of application Wave C++\n");
}
- elsif ($i == 5)
+ elsif ($i == 5)
+ {
+ # Checkout Free Form F90 WaveToy
+ print("\n");
+ &CheckOut("CactusWave/WaveToyFreeF90",$repository);
+ &CheckOut("CactusWave/IDScalarWave",$repository);
+ &CheckOut("CactusBase/Boundary",$repository);
+ &CheckOut("CactusBase/CartGrid3D",$repository);
+ &CheckOut("CactusBase/IOUtil",$repository);
+ &CheckOut("CactusBase/IOBasic",$repository);
+ &CheckOut("CactusBase/Time",$repository);
+ &CheckOut("CactusPUGHIO/IOASCII",$repository);
+ &CheckOut("CactusPUGH/PUGH",$repository);
+ print("Completed checkout of application Wave FreeF90\n");
+ }
+ elsif ($i == 6)
{
# Checkout ADM Benchmark
print("\n");
- &CheckOut("CactusEinstein/ADM",$repository);
+ &CheckOut("CactusBench/BenchADM",$repository);
&CheckOut("CactusEinstein/Einstein",$repository);
+ &CheckOut("CactusEinstein/ADMConstraints",$repository);
+ &CheckOut("CactusEinstein/IDAnalyticBH",$repository);
&CheckOut("CactusBase/Boundary",$repository);
&CheckOut("CactusBase/Time",$repository);
&CheckOut("CactusBase/CartGrid3D",$repository);