[cig-commits] r20340 - in cs/batlab/trunk: citcom/scripts citcom/scripts/svn relax/scripts relax/scripts/hg specfem specfem/scripts specfem/scripts/svn

alex at geodynamics.org alex at geodynamics.org
Fri Jun 8 15:33:25 PDT 2012


Author: alex
Date: 2012-06-08 15:33:25 -0700 (Fri, 08 Jun 2012)
New Revision: 20340

Added:
   cs/batlab/trunk/specfem/scripts/svn/
   cs/batlab/trunk/specfem/scripts/svn/build.sh
   cs/batlab/trunk/specfem/scripts/svn/reference
   cs/batlab/trunk/specfem/scripts/svn/run
   cs/batlab/trunk/specfem/scripts/svn/simple-make.run-spec
   cs/batlab/trunk/specfem/scripts/svn/simple-make.scp
   cs/batlab/trunk/specfem/scripts/svn/svn-make.svn
Removed:
   cs/batlab/trunk/relax/scripts/svn/
   cs/batlab/trunk/specfem/specfem/
Modified:
   cs/batlab/trunk/citcom/scripts/README.txt
   cs/batlab/trunk/citcom/scripts/svn/simple-make.run-spec
   cs/batlab/trunk/relax/scripts/README
   cs/batlab/trunk/relax/scripts/hg/simple-make.run-spec
   cs/batlab/trunk/specfem/scripts/README.txt
Log:
specfem should now be finished, in addition to citcom and relax.
However, as of 6/8/12, we are still waiting on batlab to implement mpi on nodes other than ubuntu for specfem and citcom
Documentation in the scripts directory for each has been updated, no testing on gale is scheduled as of today

directories should be cleaned and organized



Modified: cs/batlab/trunk/citcom/scripts/README.txt
===================================================================
--- cs/batlab/trunk/citcom/scripts/README.txt	2012-06-08 22:17:52 UTC (rev 20339)
+++ cs/batlab/trunk/citcom/scripts/README.txt	2012-06-08 22:33:25 UTC (rev 20340)
@@ -1,9 +1,12 @@
-svn contains scripts for batlab testing using svn to get the source
+scripts/svn contains scripts for batlab testing using svn to get the source
 wget contains scripts for batlab testing using wget to get the source
 
-svn scripts are up-to date
+To run the tests, use the executable scripts/svn/run, which nmi_submits the run specifications on the batlab.
+svn scripts are up-to date and are running as cronjobs on the batlab.
 wget scripts may be copies of svn scripts, but haven't been updated as they are low priority and were used as preliminary tests
 
 svn script build.sh contains not only the instructions for installation and compilation, but tests with debugging markers, which show up in the batlab error messages.  If there is a problem, notification emails are sent out to emails listed in svn/simple-make.run-spec
 
+NOTE: citcom requires MPI which is not on the batlab as of 6/8/2012.  As of now we are simply building a common script, but expecting only to test on ubuntu 10.04.  We are beginning to build our own set of virtual machines on which to test, so that we can install things like MPI as needed.
+
 Currently, the scripts run once a day at midnight.  

Modified: cs/batlab/trunk/citcom/scripts/svn/simple-make.run-spec
===================================================================
--- cs/batlab/trunk/citcom/scripts/svn/simple-make.run-spec	2012-06-08 22:17:52 UTC (rev 20339)
+++ cs/batlab/trunk/citcom/scripts/svn/simple-make.run-spec	2012-06-08 22:33:25 UTC (rev 20340)
@@ -1,4 +1,4 @@
-project = cig
+project = cigCITCOM
 run_type = build
 inputs = simple-make.scp, svn-make.svn
 remote_task = build.sh

Modified: cs/batlab/trunk/relax/scripts/README
===================================================================
--- cs/batlab/trunk/relax/scripts/README	2012-06-08 22:17:52 UTC (rev 20339)
+++ cs/batlab/trunk/relax/scripts/README	2012-06-08 22:33:25 UTC (rev 20340)
@@ -1,3 +1,9 @@
 Relax uses mercurial (hg).
 
-The build.sh script has the test in it as well, it runs relax, finds the power in the 009 iteration and tests that agains the reference value 7.72E-01.  If there is a problem, it sends an email.
\ No newline at end of file
+Working model scripts are in the scripts/hg/* directory.
+To run the tests, use the executable scripts/hg/run, which nmi_submits the run specifications on the batlab.
+The hg scripts are currently up to date and are running as cronjobs on batlab
+
+The build.sh script has the build, run and test in it.  It runs relax, finds the power in the 009 iteration and tests that agains the reference value 7.72E-01.  If there is a problem, it sends an email.
+
+currently scripts are run once a day at 1am.
\ No newline at end of file

Modified: cs/batlab/trunk/relax/scripts/hg/simple-make.run-spec
===================================================================
--- cs/batlab/trunk/relax/scripts/hg/simple-make.run-spec	2012-06-08 22:17:52 UTC (rev 20339)
+++ cs/batlab/trunk/relax/scripts/hg/simple-make.run-spec	2012-06-08 22:33:25 UTC (rev 20340)
@@ -1,8 +1,8 @@
 run_type = build
 inputs = simple-make.scp, hg-make.hg
 remote_task = build.sh
-project = cig
-platforms = x86_64_ubuntu_10.04.4, x86_64_sol_5.11, x86_64_rhap_6.2, x86_64_sl_6.2, x86_64_deb_6.0, x86_64_macos_10.7, x86_freebsd_7.4, x86_64_fedora_16, x86_64_fedora_15
+project = cigRELAX
+platforms = x86_64_ubuntu_10.04.4, x86_64_sol_5.11, x86_64_rhap_6.2, x86_64_sl_6.2, x86_64_deb_6.0, x86_64_fedora_16, x86_64_fedora_15
 
 cron_hour = 1
 cron_minute = 0

Modified: cs/batlab/trunk/specfem/scripts/README.txt
===================================================================
--- cs/batlab/trunk/specfem/scripts/README.txt	2012-06-08 22:17:52 UTC (rev 20339)
+++ cs/batlab/trunk/specfem/scripts/README.txt	2012-06-08 22:33:25 UTC (rev 20340)
@@ -1,9 +1,10 @@
 svn contains scripts for batlab testing using svn to get the source
-wget contains scripts for batlab testing using wget to get the source
 
-svn scripts are up-to date
-wget scripts may be copies of svn scripts, but haven't been updated as they are low priority and were used as preliminary tests
+To run the tests, use the executable scripts/svn/run, which nmi_submits the run specifications on the batlab.
+svn scripts are up-to date and are running as cronjobs on the batlab.
 
 svn script build.sh contains not only the instructions for installation and compilation, but tests with debugging markers, which show up in the batlab error messages.  If there is a problem, notification emails are sent out to emails listed in svn/simple-make.run-spec
 
+NOTE: specfem_Globe3D requires MPI which is not on the batlab as of 6/8/2012.  As of now we are simply building a common script, but expecting only to test on ubuntu 10.04.  We are beginning to build our own set of virtual machines on which to test, so that we can install things like MPI as needed.
+
 Currently, the scripts run once a day at midnight.  

Added: cs/batlab/trunk/specfem/scripts/svn/build.sh
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/build.sh	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/build.sh	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,59 @@
+#!/bin/bash
+#
+# We don't proceed unless the preceding step succeeded, and we return the success or failure of the sequence.
+# specfem requires that an mpd daemon be running (assume that it is already)
+
+# installs and runs citcom, stores results of flux in flux.txt
+# download the source of only the necessary folders
+cd specfem
+svn upgrade			# for opensol5.11, which uses svn 1.7 (the repository is svn 1.6, and it causes some problems)
+svn update --set-depth infinity setup src DATA
+# download just the regional greece example
+cd EXAMPLES
+svn update --set-depth immediates
+svn update --set-depth infinity regional_Greece*
+cd ..
+# configure, make and test
+./configure \
+    && make all \
+    && cd EXAMPLES/regional_Greece_small/ \
+    && ./process.sh
+
+if [ $? != 0 ]			
+then
+    echo "problem building and testing"
+    exit 1
+fi
+
+# run a script to parse the file input and to determine whether an email needs to be sent
+results="OUTPUT_FILES/BEKI.YL.MXE.sem.ascii"
+awk '{print (/^\// ? $1 : $2) }' $results > temp
+length=`cat temp | wc -l`
+email=0				# default to not send email
+
+# create a file of the absolute value of the percentage differences, multiplied by 100000
+paste temp ../../../reference | awk '{diff=($1-$2)/$2*100000; if(diff<0) diff=-diff; printf "%1.0f\n", diff}' > test 
+
+for ((c=1; c<=$length; c++))
+do
+    val=`head -n $c test | tail -n 1`
+    echo "this is diff: $val"	# debugging
+    if [ $val -gt 1 ] 
+    then
+	email=$c;	# we need to send an email
+	echo "problem at line $c of results" >> errors 
+    fi
+done
+
+# append the hostname to the resutls file, append the errors, and append the date and time of the run.
+hostname >> $results \
+&& cat errors >> $results \
+    && date >> $results
+
+# send an email if it needs to be sent with the resulting data, platform/date, and lines containing errors
+if [ $email != 0 ]
+then
+    cat $results | mailx -s ErrorOverBound alex at geodynamics.org, emheien at geodynamics.org    # send email containing flux.txt
+fi
+
+exit $?
\ No newline at end of file


Property changes on: cs/batlab/trunk/specfem/scripts/svn/build.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: cs/batlab/trunk/specfem/scripts/svn/reference
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/reference	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/reference	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,1200 @@
+1.67856463E-18
+1.68143278E-18
+1.68681845E-18
+1.69412555E-18
+1.70258296E-18
+1.71134260E-18
+1.71958380E-18
+1.72661256E-18
+1.73194518E-18
+1.73536578E-18
+1.73694363E-18
+1.73701952E-18
+1.73615595E-18
+1.73505559E-18
+1.73446560E-18
+1.73507710E-18
+1.73742877E-18
+1.74183661E-18
+1.74834755E-18
+1.75673124E-18
+1.76650624E-18
+1.77699985E-18
+1.78743142E-18
+1.79701390E-18
+1.80504872E-18
+1.81101993E-18
+1.81465787E-18
+1.81597474E-18
+1.81526419E-18
+1.81306617E-18
+1.81009948E-18
+1.80716982E-18
+1.80507064E-18
+1.80448086E-18
+1.80588189E-18
+1.80949419E-18
+1.81525220E-18
+1.82281345E-18
+1.83160121E-18
+1.84088363E-18
+1.84986495E-18
+1.85779017E-18
+1.86404200E-18
+1.86822319E-18
+1.87020429E-18
+1.87014494E-18
+1.86846803E-18
+1.86581030E-18
+1.86293771E-18
+1.86064539E-18
+1.85965587E-18
+1.86052503E-18
+1.86356947E-18
+1.86882434E-18
+1.87603839E-18
+1.88470476E-18
+1.89412635E-18
+1.90350368E-18
+1.91203771E-18
+1.91903193E-18
+1.92398281E-18
+1.92664220E-18
+1.92705062E-18
+1.92553047E-18
+1.92264506E-18
+1.91912313E-18
+1.91576643E-18
+1.91334527E-18
+1.91249638E-18
+1.91364512E-18
+1.91694744E-18
+1.92227076E-18
+1.92921287E-18
+1.93715277E-18
+1.94533276E-18
+1.95295585E-18
+1.95928957E-18
+1.96376007E-18
+1.96602613E-18
+1.96602406E-18
+1.96397389E-18
+1.96035229E-18
+1.95583134E-18
+1.95119168E-18
+1.94722163E-18
+1.94461952E-18
+1.94390132E-18
+1.94533793E-18
+1.94891962E-18
+1.95435978E-18
+1.96113046E-18
+1.96853455E-18
+1.97579306E-18
+1.98214850E-18
+1.98695959E-18
+1.98978710E-18
+1.99044843E-18
+1.98904408E-18
+1.98594133E-18
+1.98172933E-18
+1.97714282E-18
+1.97296597E-18
+1.96993063E-18
+1.96862100E-18
+1.96939524E-18
+1.97233959E-18
+1.97725573E-18
+1.98368437E-18
+1.99096397E-18
+1.99831388E-18
+2.00493609E-18
+2.01011713E-18
+2.01331977E-18
+2.01425117E-18
+2.01290142E-18
+2.00954245E-18
+2.00469372E-18
+1.99905462E-18
+1.99341449E-18
+1.98855150E-18
+1.98513379E-18
+1.98363412E-18
+1.98427022E-18
+1.98698151E-18
+1.99143567E-18
+1.99707477E-18
+2.00318867E-18
+2.00900685E-18
+2.01379746E-18
+2.01696350E-18
+2.01811969E-18
+2.01714134E-18
+2.01418438E-18
+2.00966363E-18
+2.00420155E-18
+1.99854963E-18
+1.99349308E-18
+1.98974781E-18
+1.98787135E-18
+1.98818568E-18
+1.99073815E-18
+1.99528971E-18
+2.00134529E-18
+2.00821503E-18
+2.01510296E-18
+2.02120838E-18
+2.02582839E-18
+2.02845159E-18
+2.02882423E-18
+2.02698252E-18
+2.02325131E-18
+2.01819993E-18
+2.01256703E-18
+2.00716740E-18
+2.00278211E-18
+2.00005903E-18
+1.99942706E-18
+2.00104234E-18
+2.00476962E-18
+2.01020233E-18
+2.01671845E-18
+2.02356192E-18
+2.02994320E-18
+2.03514286E-18
+2.03860192E-18
+2.03999262E-18
+2.03925912E-18
+2.03662041E-18
+2.03253869E-18
+2.02765915E-18
+2.02272502E-18
+2.01848158E-18
+2.01558231E-18
+2.01450574E-18
+2.01549711E-18
+2.01853721E-18
+2.02334582E-18
+2.02941691E-18
+2.03608295E-18
+2.04259741E-18
+2.04823030E-18
+2.05236000E-18
+2.05455079E-18
+2.05461138E-18
+2.05262160E-18
+2.04892348E-18
+2.04408055E-18
+2.03880934E-18
+2.03388761E-18
+2.03005549E-18
+2.02792054E-18
+2.02787566E-18
+2.03004515E-18
+2.03426791E-18
+2.04011360E-18
+2.04693721E-18
+2.05396287E-18
+2.06038676E-18
+2.06548157E-18
+2.06869579E-18
+2.06972790E-18
+2.06856819E-18
+2.06550246E-18
+2.06107270E-18
+2.05600890E-18
+2.05112771E-18
+2.04722921E-18
+2.04498631E-18
+2.04485789E-18
+2.04702945E-18
+2.05138848E-18
+2.05753960E-18
+2.06486036E-18
+2.07258064E-18
+2.07988340E-18
+2.08600909E-18
+2.09035179E-18
+2.09253472E-18
+2.09245138E-18
+2.09027796E-18
+2.08644770E-18
+2.08159071E-18
+2.07645536E-18
+2.07181054E-18
+2.06835354E-18
+2.06662039E-18
+2.06692314E-18
+2.06930956E-18
+2.07356230E-18
+2.07922642E-18
+2.08566519E-18
+2.09214284E-18
+2.09791863E-18
+2.10233991E-18
+2.10492775E-18
+2.10544101E-18
+2.10390804E-18
+2.10062723E-18
+2.09613254E-18
+2.09112644E-18
+2.08638980E-18
+2.08268114E-18
+2.08063800E-18
+2.08068846E-18
+2.08299526E-18
+2.08742998E-18
+2.09358482E-18
+2.10082720E-18
+2.10837668E-18
+2.11540771E-18
+2.12115620E-18
+2.12502058E-18
+2.12663793E-18
+2.12593172E-18
+2.12311972E-18
+2.11868417E-18
+2.11330936E-18
+2.10778814E-18
+2.10292411E-18
+2.09942658E-18
+2.09782247E-18
+2.09839136E-18
+2.10113574E-18
+2.10578429E-18
+2.11183015E-18
+2.11859815E-18
+2.12533119E-18
+2.13128772E-18
+2.13583204E-18
+2.13851252E-18
+2.13911636E-18
+2.13769671E-18
+2.13456294E-18
+2.13024154E-18
+2.12541225E-18
+2.12082305E-18
+2.11719628E-18
+2.11513826E-18
+2.11505864E-18
+2.11711956E-18
+2.12120728E-18
+2.12694171E-18
+2.13372211E-18
+2.14079802E-18
+2.14736252E-18
+2.15265772E-18
+2.15607108E-18
+2.15721859E-18
+2.15599932E-18
+2.15261285E-18
+2.14753665E-18
+2.14146742E-18
+2.13523358E-18
+2.12968526E-18
+2.12558451E-18
+2.12350539E-18
+2.12375872E-18
+2.12635007E-18
+2.13098435E-18
+2.13710197E-18
+2.14395909E-18
+2.15072770E-18
+2.15660482E-18
+2.16091960E-18
+2.16322268E-18
+2.16333869E-18
+2.16139089E-18
+2.15777900E-18
+2.15312239E-18
+2.14817978E-18
+2.14374671E-18
+2.14055462E-18
+2.13917509E-18
+2.13995037E-18
+2.14295096E-18
+2.14796678E-18
+2.15453811E-18
+2.16200920E-18
+2.16961616E-18
+2.17657668E-18
+2.18219303E-18
+2.18593582E-18
+2.18751118E-18
+2.18690072E-18
+2.18436335E-18
+2.18040860E-18
+2.17573151E-18
+2.17112949E-18
+2.16740015E-18
+2.16523831E-18
+2.16514587E-18
+2.16736189E-18
+2.17182680E-18
+2.17818514E-18
+2.18582394E-18
+2.19395016E-18
+2.20168906E-18
+2.20819608E-18
+2.21276604E-18
+2.21492581E-18
+2.21449402E-18
+2.21160447E-18
+2.20668750E-18
+2.20041065E-18
+2.19358848E-18
+2.18707464E-18
+2.18164957E-18
+2.17791816E-18
+2.17623340E-18
+2.17665713E-18
+2.17895607E-18
+2.18264095E-18
+2.18703700E-18
+2.19137970E-18
+2.19491838E-18
+2.19701818E-18
+2.19724462E-18
+2.19542151E-18
+2.19165453E-18
+2.18631880E-18
+2.18001589E-18
+2.17349626E-18
+2.16757241E-18
+2.16301774E-18
+2.16047437E-18
+2.16037676E-18
+2.16289966E-18
+2.16793782E-18
+2.17511857E-18
+2.18384491E-18
+2.19336886E-18
+2.20287958E-18
+2.21160261E-18
+2.21889049E-18
+2.22430294E-18
+2.22765467E-18
+2.22903668E-18
+2.22879453E-18
+2.22747724E-18
+2.22575526E-18
+2.22431700E-18
+2.22376837E-18
+2.22453144E-18
+2.22677786E-18
+2.23038809E-18
+2.23496012E-18
+2.23985331E-18
+2.24427769E-18
+2.24740423E-18
+2.24849342E-18
+2.24701318E-18
+2.24274183E-18
+2.23583342E-18
+2.22683618E-18
+2.21666537E-18
+2.20652951E-18
+2.19781971E-18
+2.19197651E-18
+2.19034821E-18
+2.19406080E-18
+2.20390735E-18
+2.22026960E-18
+2.24308242E-18
+2.27183129E-18
+2.30558605E-18
+2.34306064E-18
+2.38268486E-18
+2.42268277E-18
+2.46114646E-18
+2.49610063E-18
+2.52555115E-18
+2.54752707E-18
+2.56011242E-18
+2.56148161E-18
+2.54993913E-18
+2.52397744E-18
+2.48235868E-18
+2.42422008E-18
+2.34920245E-18
+2.25759882E-18
+2.15051718E-18
+2.03003647E-18
+1.89934462E-18
+1.76283955E-18
+1.62617474E-18
+1.49622352E-18
+1.38096066E-18
+1.28923481E-18
+1.23043395E-18
+1.21404761E-18
+1.24913010E-18
+1.34368759E-18
+1.50401515E-18
+1.73401851E-18
+2.03455804E-18
+2.40285980E-18
+2.83203998E-18
+3.31077882E-18
+3.82319364E-18
+4.34893433E-18
+4.86352587E-18
+5.33897895E-18
+5.74466802E-18
+6.04846582E-18
+6.21812387E-18
+6.22285493E-18
+6.03508080E-18
+5.63228685E-18
+4.99890763E-18
+4.12817058E-18
+3.02379554E-18
+1.70146409E-18
+1.89937497E-19
+-1.46827568E-18
+-3.21680573E-18
+-4.98596390E-18
+-6.69401494E-18
+-8.24923485E-18
+-9.55278712E-18
+-1.05023979E-17
+-1.09967814E-17
+-1.09407135E-17
+-1.02505950E-17
+-8.86031287E-18
+-6.72714104E-18
+-3.83739633E-18
+-2.11528061E-19
+4.09170473E-18
+8.97231147E-18
+1.42877302E-17
+1.98533703E-17
+2.54453048E-17
+3.08052450E-17
+3.56479408E-17
+3.96708973E-17
+4.25663669E-17
+4.40352114E-17
+4.38023865E-17
+4.16333270E-17
+3.73507384E-17
+3.08508987E-17
+2.21187335E-17
+1.12406922E-17
+-1.58540476E-18
+-1.60444700E-17
+-3.17029907E-17
+-4.80132454E-17
+-6.43234173E-17
+-7.98939541E-17
+-9.39200720E-17
+-1.05560277E-16
+-1.13970242E-16
+-1.18341249E-16
+-1.17941847E-16
+-1.12161244E-16
+-1.00552790E-16
+-8.28752190E-17
+-5.91297289E-17
+-2.95905501E-17
+5.17326407E-18
+4.42867835E-17
+8.65708899E-17
+1.30558032E-16
+1.74523105E-16
+2.16529825E-16
+2.54492134E-16
+2.86250126E-16
+3.09657908E-16
+3.22681516E-16
+3.23503085E-16
+3.10627496E-16
+2.82986508E-16
+2.40036035E-16
+1.81840504E-16
+1.09139772E-16
+2.33929953E-17
+-7.32047497E-17
+-1.77736828E-16
+-2.86613556E-16
+-3.95655787E-16
+-5.00214089E-16
+-5.95321755E-16
+-6.75878399E-16
+-7.36859160E-16
+-7.73542675E-16
+-7.81749842E-16
+-7.58083476E-16
+-7.00158705E-16
+-6.06811968E-16
+-4.78278265E-16
+-3.16324348E-16
+-1.24328594E-16
+9.27025481E-17
+3.28187468E-16
+5.74097332E-16
+8.21159426E-16
+1.05913550E-15
+1.27716994E-15
+1.46419788E-15
+1.60940262E-15
+1.70270542E-15
+1.73527066E-15
+1.70000275E-15
+1.59201558E-15
+1.40904735E-15
+1.15180228E-15
+8.24190692E-16
+4.33454314E-16
+-9.84366849E-18
+-4.91973465E-16
+-9.96346115E-16
+-1.50397275E-15
+-1.99406802E-15
+-2.44478633E-15
+-2.83406742E-15
+-3.14056566E-15
+-3.34462818E-15
+-3.42928256E-15
+-3.38119417E-15
+-3.19154307E-15
+-2.85678124E-15
+-2.37922259E-15
+-1.76742604E-15
+-1.03633846E-15
+-2.07171461E-16
+6.93006835E-16
+1.63196874E-15
+2.57330430E-15
+3.47766402E-15
+4.30422799E-15
+5.01236066E-15
+5.56338651E-15
+5.92242684E-15
+6.06021284E-15
+5.95479578E-15
+5.59307756E-15
+4.97206688E-15
+4.09979405E-15
+2.99581112E-15
+1.69122495E-15
+2.28222969E-16
+-1.34092886E-15
+-2.95540426E-15
+-4.54784483E-15
+-6.04682506E-15
+-7.37969663E-15
+-8.47570644E-15
+-9.26928314E-15
+-9.70334432E-15
+-9.73249496E-15
+-9.32596150E-15
+-8.47010331E-15
+-7.17037276E-15
+-5.45257936E-15
+-3.36335777E-15
+-9.69745046E-16
+1.64217284E-15
+4.36956684E-15
+7.09610280E-15
+9.69602511E-15
+1.20389987E-14
+1.39955389E-14
+1.54428489E-14
+1.62708422E-14
+1.63880936E-14
+1.57274723E-14
+1.42511599E-14
+1.19548299E-14
+8.87068383E-15
+5.06917879E-15
+6.59217473E-16
+-4.21328460E-15
+-9.36857149E-15
+-1.45979234E-14
+-1.96701938E-14
+-2.43398407E-14
+-2.83562727E-14
+-3.14741688E-14
+-3.34644625E-14
+-3.41255480E-14
+-3.32943037E-14
+-3.08564345E-14
+-2.67556109E-14
+-2.10010283E-14
+-1.36728711E-14
+-4.92530643E-15
+5.01329028E-15
+1.58431143E-14
+2.71988547E-14
+3.86587430E-14
+4.97566601E-14
+5.99969903E-14
+6.88719169E-14
+7.58805995E-14
+8.05497094E-14
+8.24545442E-14
+8.12399532E-14
+7.66403136E-14
+6.84976503E-14
+5.67770623E-14
+4.15787027E-14
+2.31455666E-14
+1.86647860E-15
+-2.17262037E-14
+-4.69644262E-14
+-7.30580554E-14
+-9.91139408E-14
+-1.24160475E-13
+-1.47176853E-13
+-1.67126417E-13
+-1.82993161E-13
+-1.93820288E-13
+-1.98749586E-13
+-1.97060196E-13
+-1.88205490E-13
+-1.71846370E-13
+-1.47879864E-13
+-1.16461379E-13
+-7.80196830E-14
+-3.32632515E-14
+1.68224962E-14
+7.09877239E-14
+1.27740903E-13
+1.85381224E-13
+2.42040546E-13
+2.95734005E-13
+3.44418152E-13
+3.86055147E-13
+4.18681040E-13
+4.40476621E-13
+4.49838165E-13
+4.45445682E-13
+4.26326942E-13
+3.91913986E-13
+3.42090424E-13
+2.77227216E-13
+1.98204869E-13
+1.06420976E-13
+3.78133677E-15
+-1.07325641E-13
+-2.24071562E-13
+-3.43247430E-13
+-4.61338758E-13
+-5.74615334E-13
+-6.79233037E-13
+-7.71345824E-13
+-8.47225068E-13
+-9.03381753E-13
+-9.36689745E-13
+-9.44504999E-13
+-9.24776857E-13
+-8.76148221E-13
+-7.98040724E-13
+-6.90720918E-13
+-5.55344562E-13
+-3.93977060E-13
+-2.09587298E-13
+-6.01420116E-15
+2.12095126E-13
+4.39374638E-13
+6.69855013E-13
+8.97104114E-13
+1.11438864E-12
+1.31485307E-12
+1.49171387E-12
+1.63845912E-12
+1.74905370E-12
+1.81813928E-12
+1.84122596E-12
+1.81486835E-12
+1.73682119E-12
+1.60616550E-12
+1.42340599E-12
+1.19052966E-12
+9.11026463E-13
+5.89866047E-13
+2.33432875E-13
+-1.50583403E-13
+-5.53338842E-13
+-9.65026236E-13
+-1.37510153E-12
+-1.77254099E-12
+-2.14612226E-12
+-2.48472423E-12
+-2.77763403E-12
+-3.01485703E-12
+-3.18741691E-12
+-3.28764121E-12
+-3.30941871E-12
+-3.24842475E-12
+-3.10230422E-12
+-2.87080863E-12
+-2.55587717E-12
+-2.16166408E-12
+-1.69450413E-12
+-1.16282049E-12
+-5.76973094E-13
+5.09490826E-14
+7.07385376E-13
+1.37760745E-12
+2.04605755E-12
+2.69671850E-12
+3.31349965E-12
+3.88063106E-12
+4.38305772E-12
+4.80681554E-12
+5.13938805E-12
+5.37002647E-12
+5.49003117E-12
+5.49297934E-12
+5.37490105E-12
+5.13439334E-12
+4.77267661E-12
+4.29358502E-12
+3.70349931E-12
+3.01122365E-12
+2.22780626E-12
+1.36631960E-12
+4.41600044E-13
+-5.30041668E-13
+-1.53113134E-12
+-2.54335355E-12
+-3.54787857E-12
+-4.52568365E-12
+-5.45786420E-12
+-6.32592980E-12
+-7.11207569E-12
+-7.79943297E-12
+-8.37229331E-12
+-8.81631140E-12
+-9.11868237E-12
+-9.26829880E-12
+-9.25590073E-12
+-9.07420319E-12
+-8.71802717E-12
+-8.18442276E-12
+-7.47279495E-12
+-6.58503764E-12
+-5.52566283E-12
+-4.30194292E-12
+-2.92404599E-12
+-1.40516624E-12
+2.38356372E-13
+1.98694663E-12
+3.81773432E-12
+5.70454621E-12
+7.61796442E-12
+9.52545681E-12
+1.13916055E-11
+1.31784314E-11
+1.48458398E-11
+1.63521835E-11
+1.76549487E-11
+1.87115653E-11
+1.94803357E-11
+1.99214603E-11
+1.99981628E-11
+1.96778635E-11
+1.89333965E-11
+1.77442314E-11
+1.60976441E-11
+1.39898327E-11
+1.14268933E-11
+8.42565080E-12
+5.01427502E-12
+1.23266816E-12
+-2.86743871E-12
+-7.22268642E-12
+-1.17586088E-11
+-1.63905053E-11
+-2.10246490E-11
+-2.55598182E-11
+-2.98891675E-11
+-3.39023670E-11
+-3.74880058E-11
+-4.05361682E-11
+-4.29411749E-11
+-4.46043966E-11
+-4.54370430E-11
+-4.53629183E-11
+-4.43210156E-11
+-4.22678594E-11
+-3.91796109E-11
+-3.50537550E-11
+-2.99104144E-11
+-2.37931515E-11
+-1.67692995E-11
+-8.92974670E-12
+-3.88161020E-13
+8.72030052E-12
+1.82408325E-11
+2.80013027E-11
+3.78150566E-11
+4.74840930E-11
+5.68026112E-11
+6.55608345E-11
+7.35489794E-11
+8.05614256E-11
+8.64008656E-11
+9.08824266E-11
+9.38377223E-11
+9.51186629E-11
+9.46010284E-11
+9.21877991E-11
+8.78120424E-11
+8.14394593E-11
+7.30704663E-11
+6.27418395E-11
+5.05278631E-11
+3.65409959E-11
+2.09319784E-11
+3.88948205E-12
+-1.43608606E-11
+-3.35578891E-11
+-5.34069802E-11
+-7.35826122E-11
+-9.37316336E-11
+-1.13477006E-10
+-1.32422295E-10
+-1.50156679E-10
+-1.66260714E-10
+-1.80312640E-10
+-1.91895458E-10
+-2.00604477E-10
+-2.06055492E-10
+-2.07893494E-10
+-2.05801723E-10
+-1.99511116E-10
+-1.88809732E-10
+-1.73552325E-10
+-1.53669563E-10
+-1.29176822E-10
+-1.00182154E-10
+-6.68933103E-11
+-2.96233767E-11
+1.12052546E-11
+5.50587943E-11
+1.01292363E-10
+1.49152704E-10
+1.97783720E-10
+2.46234949E-10
+2.93473301E-10
+3.38397865E-10
+3.79857840E-10
+4.16673640E-10
+4.47660770E-10
+4.71656492E-10
+4.87548391E-10
+4.94304764E-10
+4.91006014E-10
+4.76876427E-10
+4.51315429E-10
+4.13927809E-10
+3.64551445E-10
+3.03282149E-10
+2.30494360E-10
+1.46857165E-10
+5.33442387E-11
+-4.87625981E-11
+-1.57877184E-10
+-2.72120437E-10
+-3.89339894E-10
+-5.07137943E-10
+-6.22908003E-10
+-7.33878736E-10
+-8.37166558E-10
+-9.29834265E-10
+-1.00895614E-09
+-1.07168796E-09
+-1.11534071E-09
+-1.13745524E-09
+-1.13587850E-09
+-1.10883702E-09
+-1.05500764E-09
+-9.73581882E-10
+-8.64323668E-10
+-7.27616356E-10
+-5.64499836E-10
+-3.76693315E-10
+-1.66604786E-10
+6.26760241E-11
+3.07400660E-10
+5.63201819E-10
+8.25151281E-10
+1.08783327E-09
+1.34543521E-09
+1.59185298E-09
+1.82080984E-09
+2.02598627E-09
+2.20115948E-09
+2.34035014E-09
+2.43797116E-09
+2.48897702E-09
+2.48901100E-09
+2.43454457E-09
+2.32300823E-09
+2.15290696E-09
+1.92392036E-09
+1.63698199E-09
+1.29433653E-09
+8.99571417E-10
+4.57621940E-10
+-2.52520886E-11
+-5.41519607E-10
+-1.08246123E-09
+-1.63828096E-09
+-2.19824692E-09
+-2.75085910E-09
+-3.28404126E-09
+-3.78535692E-09
+-4.24223989E-09
+-4.64224570E-09
+-4.97330754E-09
+-5.22400212E-09
+-5.38381917E-09
+-5.44341816E-09
+-5.39488543E-09
+-5.23197130E-09
+-4.95031038E-09
+-4.54761429E-09
+-4.02383815E-09
+-3.38131056E-09
+-2.62482613E-09
+-1.76169768E-09
+-8.01762157E-10
+2.42658504E-10
+1.35684375E-09
+2.52381338E-09
+3.72451092E-09
+4.93803753E-09
+6.14192963E-09
+7.31248351E-09
+8.42511483E-09
+9.45475698E-09
+1.03762874E-08
+1.11649801E-08
+1.17969758E-08
+1.22497585E-08
+1.25026389E-08
+1.25372344E-08
+1.23379245E-08
+1.18922960E-08
+1.11915508E-08
+1.02308757E-08
+9.00976183E-09
+7.53227258E-09
+5.80724047E-09
+3.84840471E-09
+1.67446534E-09
+-6.90945579E-10
+-3.21937010E-09
+-5.87772098E-09
+-8.62857075E-09
+-1.14305285E-08
+-1.42386973E-08
+-1.70052257E-08
+-1.96799341E-08
+-2.22110170E-08
+-2.45458072E-08
+-2.66316036E-08
+-2.84165367E-08
+-2.98504830E-08
+-3.08859889E-08
+-3.14791855E-08
+-3.15907513E-08
+-3.11867723E-08
+-3.02396366E-08
+-2.87288060E-08
+-2.66415743E-08
+-2.39736853E-08
+-2.07298818E-08
+-1.69243108E-08
+-1.25808093E-08
+-7.73304354E-09
+-2.42449305E-09
+3.29171956E-09
+9.35316891E-09
+1.56886308E-08
+2.22187513E-08
+2.88568671E-08
+3.55099949E-08
+4.20799431E-08
+4.84645781E-08
+5.45591661E-08
+6.02578396E-08
+6.54551258E-08
+7.00475269E-08
+7.39351123E-08
+7.70231097E-08
+7.92234971E-08
+8.04565019E-08
+8.06520433E-08
+7.97510964E-08
+7.77068578E-08
+7.44858681E-08
+7.00689071E-08
+6.44517115E-08
+5.76455577E-08
+4.96776202E-08
+4.05911216E-08
+3.04453422E-08
+1.93153902E-08
+7.29183736E-09
+-5.51984591E-09
+-1.89999909E-08
+-3.30155459E-08
+-4.74210573E-08
+-6.20596765E-08
+-7.67642874E-08
+-9.13586575E-08
+-1.05658629E-07
+-1.19473299E-07
+-1.32606260E-07
+-1.44856699E-07
+-1.56020505E-07
+-1.65891393E-07
+-1.74261842E-07
+-1.80924033E-07
+-1.85670714E-07
+-1.88295971E-07
+-1.88595919E-07
+-1.86369306E-07
+-1.81418187E-07
+-1.73548315E-07
+-1.62569677E-07
+-1.48296920E-07
+-1.30549708E-07
+-1.09153021E-07
+-8.39376284E-08
+-5.47402657E-08
+-2.14040181E-08
+1.62214704E-08
+5.82796922E-08
+1.04907102E-07
+1.56232858E-07
+2.12378836E-07
+2.73459335E-07
+3.39581220E-07
+4.10843938E-07
+4.87339548E-07
+5.69153201E-07
+6.56363113E-07
+7.49041305E-07
+8.47254228E-07
+9.51063043E-07
+1.06052448E-06
+1.17569209E-06
+1.29661657E-06
+1.42334693E-06
+1.55593136E-06
+1.69441796E-06
+1.83885629E-06
+1.98929683E-06
+2.14579291E-06
+2.30839919E-06
+2.47717435E-06
+2.65217795E-06
+2.83347208E-06
+3.02111903E-06
+3.21518064E-06
+3.41571604E-06
+3.62277888E-06
+3.83641645E-06
+4.05666378E-06
+4.28354133E-06
+4.51705182E-06
+4.75717297E-06
+5.00385613E-06
+5.25701853E-06
+5.51653920E-06
+5.78225490E-06
+6.05395280E-06
+6.33136733E-06
+6.61417562E-06
+6.90199295E-06
+7.19436775E-06
+7.49078254E-06
+7.79064703E-06
+8.09330140E-06
+8.39801305E-06
+8.70397980E-06
+9.01032945E-06
+9.31612703E-06
+9.62037666E-06
+9.92202695E-06
+1.02199801E-05
+1.05130975E-05
+1.08002096E-05
+1.10801275E-05
+1.13516508E-05
+1.16135798E-05
+1.18647313E-05
+1.21039438E-05
+1.23300924E-05
+1.25421038E-05
+1.27389649E-05
+1.29197351E-05
+1.30835560E-05
+1.32296600E-05
+1.33573803E-05
+1.34661605E-05
+1.35555538E-05
+1.36252347E-05
+1.36749968E-05
+1.37047564E-05
+1.37145489E-05
+1.37045336E-05
+1.36749868E-05
+1.36262952E-05
+1.35589544E-05
+1.34735592E-05
+1.33707945E-05
+1.32514306E-05
+1.31163097E-05
+1.29663413E-05
+1.28024858E-05
+1.26257492E-05
+1.24371691E-05
+1.22378115E-05
+1.20287514E-05
+1.18110765E-05
+1.15858656E-05
+1.13541919E-05
+1.11171121E-05
+1.08756612E-05
+1.06308480E-05
+1.03836483E-05
+1.01350061E-05
+9.88582906E-06
+9.63698767E-06
+9.38931043E-06
+9.14358861E-06
+8.90056799E-06
+8.66095706E-06
+8.42542158E-06
+8.19458455E-06
+7.96902805E-06
+7.74929231E-06
+7.53587483E-06
+7.32922854E-06
+7.12976362E-06
+6.93784568E-06
+6.75379260E-06
+6.57787359E-06
+6.41031056E-06
+6.25127177E-06
+6.10087409E-06
+5.95918073E-06
+5.82619850E-06
+5.70188013E-06
+5.58612146E-06
+5.47876380E-06
+5.37959431E-06
+5.28834744E-06
+5.20470758E-06
+5.12831411E-06
+5.05876233E-06
+4.99561111E-06
+4.93838752E-06
+4.88659134E-06

Added: cs/batlab/trunk/specfem/scripts/svn/run
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/run	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/run	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,2 @@
+#!/bin/sh
+nmi_submit ~/scripts/simple-make.run-spec
\ No newline at end of file


Property changes on: cs/batlab/trunk/specfem/scripts/svn/run
___________________________________________________________________
Name: svn:executable
   + *

Added: cs/batlab/trunk/specfem/scripts/svn/simple-make.run-spec
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/simple-make.run-spec	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/simple-make.run-spec	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,10 @@
+project = cigSPECFEM
+run_type = build
+inputs = simple-make.scp, svn-make.svn
+remote_task = build.sh
+platforms = x86_64_ubuntu_10.04.4, x86_64_sol_5.11, x86_64_rhap_6.2, x86_64_sl_6.2, x86_64_deb_6.0, x86_64_macos_10.7, x86_freebsd_7.4, x86_64_fedora_16, x86_64_fedora_15, x86_64_deb_5.0, x86_64_macos_10.7, x86_64_opensuse_11.4, x86_64_rhap_5.7, x86_sl_5.8
+
+cron_hour = 0
+cron_minute = 0
+
+notify = alex at geodynamics.org, emheien at geodynamics.org
\ No newline at end of file

Added: cs/batlab/trunk/specfem/scripts/svn/simple-make.scp
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/simple-make.scp	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/simple-make.scp	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,2 @@
+method = scp
+scp_file = ~/scripts/*
\ No newline at end of file

Added: cs/batlab/trunk/specfem/scripts/svn/svn-make.svn
===================================================================
--- cs/batlab/trunk/specfem/scripts/svn/svn-make.svn	                        (rev 0)
+++ cs/batlab/trunk/specfem/scripts/svn/svn-make.svn	2012-06-08 22:33:25 UTC (rev 20340)
@@ -0,0 +1,8 @@
+method = svn
+url = http://geodynamics.org/svn/cig/seismo/3D/SPECFEM3D_GLOBE/trunk specfem --depth immediates
+
+#--depth immediates saves a large amount of download time for downloading the source.  In build.sh, we will download only the source files that are necessary for compilation and running our specified runs
+
+# method = url
+# url = www.geodynamics.org/cig/software/citcoms/CitcomS-3.2.0.tar.gz
+# untar = true
\ No newline at end of file



More information about the CIG-COMMITS mailing list