Changeset 20953
- Timestamp:
- 07/19/16 14:41:49 (9 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh
r20947 r20953 5 5 6 6 #Some cleanup 7 rm -rf install petsc-3.7. 1src7 rm -rf install petsc-3.7.2 src 8 8 mkdir install src 9 9 10 10 #Download from ISSM server 11 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7. 1.tar.gz' 'petsc-3.7.1.tar.gz'11 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz' 12 12 13 13 #Untar and move petsc to install directory 14 tar -zxvf petsc-3.7. 1.tar.gz15 mv petsc-3.7. 1/* src/16 rm -rf petsc-3.7. 114 tar -zxvf petsc-3.7.2.tar.gz 15 mv petsc-3.7.2/* src/ 16 rm -rf petsc-3.7.2 17 17 18 18 #configure -
issm/trunk-jpl/externalpackages/petsc/install-3.7-hpc.sh
r20947 r20953 5 5 6 6 #Some cleanup 7 rm -rf install petsc-3.7. 1src7 rm -rf install petsc-3.7.2 src 8 8 mkdir install src 9 9 10 10 #Download from ISSM server 11 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7. 1.tar.gz' 'petsc-3.7.1.tar.gz'11 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz' 12 12 13 13 #Untar and move petsc to install directory 14 tar -zxvf petsc-3.7. 1.tar.gz15 mv petsc-3.7. 1/* src/16 rm -rf petsc-3.7. 114 tar -zxvf petsc-3.7.2.tar.gz 15 mv petsc-3.7.2/* src/ 16 rm -rf petsc-3.7.2 17 17 18 18 #configure -
issm/trunk-jpl/externalpackages/petsc/install-3.7-linux64.sh
r20947 r20953 3 3 4 4 #Some cleanup 5 rm -rf install petsc-3.7. 1src5 rm -rf install petsc-3.7.2 src 6 6 mkdir install src 7 7 8 8 #Download from ISSM server 9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7. 1.tar.gz' 'petsc-3.7.1.tar.gz'9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz' 10 10 11 11 #Untar and move petsc to install directory 12 tar -zxvf petsc-3.7. 1.tar.gz13 mv petsc-3.7. 1/* src/14 rm -rf petsc-3.7. 112 tar -zxvf petsc-3.7.2.tar.gz 13 mv petsc-3.7.2/* src/ 14 rm -rf petsc-3.7.2 15 15 16 16 #configure -
issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh
r20947 r20953 7 7 8 8 #Download from ISSM server 9 #$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.1.tar.gz' 'petsc-3.7.1.tar.gz'9 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz' 10 10 11 11 #Untar and move petsc to install directory … … 15 15 16 16 #configure 17 # --download-mpich \18 # --with-fc=/usr/local/Cellar/gcc/6.1.0/bin/gfortran \19 17 cd src 20 18 ./config/configure.py \ 19 --CXXOPTFLAGS="-g -O3" \ 20 --COPTFLAGS="-g -O3" \ 21 --FOPTFLAGS="-g -O3" \ 21 22 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 22 23 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ -
issm/trunk-jpl/externalpackages/vim/addons/vim/syntax/c.vim
r20947 r20953 412 412 syn keyword cType BoolInput 413 413 syn keyword cType BoolParam 414 syn keyword cType classes 414 415 syn keyword cType Constraint 415 416 syn keyword cType Constraints … … 418 419 syn keyword cType ControlInput 419 420 syn keyword cType Covertree 421 syn keyword cType DatasetInput 420 422 syn keyword cType DataSetParam 421 syn keyword cType DatasetInput422 423 syn keyword cType Definition 423 424 syn keyword cType DependentObject … … 433 434 syn keyword cType ElementHook 434 435 syn keyword cType ElementMatrix 436 syn keyword cType Elements 435 437 syn keyword cType ElementVector 436 syn keyword cType Elements437 438 syn keyword cType ExponentialVariogram 438 439 syn keyword cType ExternalResult … … 441 442 syn keyword cType Friction 442 443 syn keyword cType Gauss 444 syn keyword cType GaussianVariogram 445 syn keyword cType gaussobjects 443 446 syn keyword cType GaussPenta 444 447 syn keyword cType GaussSeg 445 448 syn keyword cType GaussTetra 446 449 syn keyword cType GaussTria 447 syn keyword cType GaussianVariogram448 450 syn keyword cType GenericExternalResult 449 451 syn keyword cType GenericOption … … 451 453 syn keyword cType GiaDeflectionCoreArgs 452 454 syn keyword cType Hook 453 syn keyword cType IndependentObject454 455 syn keyword cType Input 455 456 syn keyword cType Inputs … … 461 462 syn keyword cType IssmDirectApplicInterface 462 463 syn keyword cType IssmParallelDirectApplicInterface 464 syn keyword cType krigingobjects 463 465 syn keyword cType Load 464 466 syn keyword cType Loads … … 468 470 syn keyword cType Material 469 471 syn keyword cType Materials 472 syn keyword cType Matestar 470 473 syn keyword cType Matice 471 474 syn keyword cType Matpar 475 syn keyword cType matrixobjects 472 476 syn keyword cType MatrixParam 473 477 syn keyword cType Misfit 474 478 syn keyword cType Moulin 475 479 syn keyword cType Neumannflux 480 syn keyword cType Nodalvalue 476 481 syn keyword cType Node 477 482 syn keyword cType Nodes … … 480 485 syn keyword cType Observations 481 486 syn keyword cType Option 487 syn keyword cType Options 482 488 syn keyword cType OptionUtilities 483 syn keyword cType Options484 489 syn keyword cType Param 485 490 syn keyword cType Parameters … … 493 498 syn keyword cType Quadtree 494 499 syn keyword cType Results 500 syn keyword cType Riftfront 495 501 syn keyword cType RiftStruct 496 syn keyword cType Riftfront497 502 syn keyword cType Seg 498 503 syn keyword cType SegInput 504 syn keyword cType Segment 499 505 syn keyword cType SegRef 500 syn keyword cType Segment501 506 syn keyword cType SpcDynamic 502 507 syn keyword cType SpcStatic … … 518 523 syn keyword cType Vertex 519 524 syn keyword cType Vertices 520 syn keyword cType classes521 syn keyword cType gaussobjects522 syn keyword cType krigingobjects523 syn keyword cType matrixobjects524 525 syn keyword cType AdjointBalancethickness2Analysis 525 526 syn keyword cType AdjointBalancethicknessAnalysis … … 551 552 syn keyword cType MeltingAnalysis 552 553 syn keyword cType MeshdeformationAnalysis 554 syn keyword cType SealevelriseAnalysis 553 555 syn keyword cType SmbAnalysis 554 556 syn keyword cType SmoothAnalysis … … 560 562 "ISSM's objects end 561 563 "ISSM's Enums begin 564 syn keyword cConstant ParametersSTARTEnum 562 565 syn keyword cConstant FemModelEnum 566 syn keyword cConstant FemModelCommEnum 567 syn keyword cConstant WorldCommEnum 568 syn keyword cConstant IcecapToEarthCommEnum 569 syn keyword cConstant NumModelsEnum 570 syn keyword cConstant ModelIdEnum 571 syn keyword cConstant EarthIdEnum 563 572 syn keyword cConstant AutodiffIsautodiffEnum 564 573 syn keyword cConstant AutodiffNumDependentsEnum … … 600 609 syn keyword cConstant BasalforcingsThresholdThicknessEnum 601 610 syn keyword cConstant BasalforcingsUpperdepthMeltEnum 611 syn keyword cConstant BasalforcingsMantleconductivityEnum 612 syn keyword cConstant BasalforcingsNusseltEnum 613 syn keyword cConstant BasalforcingsDtbgEnum 614 syn keyword cConstant BasalforcingsPlumeradiusEnum 615 syn keyword cConstant BasalforcingsTopplumedepthEnum 616 syn keyword cConstant BasalforcingsBottomplumedepthEnum 617 syn keyword cConstant BasalforcingsPlumexEnum 618 syn keyword cConstant BasalforcingsPlumeyEnum 619 syn keyword cConstant BasalforcingsCrustthicknessEnum 620 syn keyword cConstant BasalforcingsUppercrustthicknessEnum 621 syn keyword cConstant BasalforcingsUppercrustheatEnum 622 syn keyword cConstant BasalforcingsLowercrustheatEnum 602 623 syn keyword cConstant FloatingMeltRateEnum 603 624 syn keyword cConstant LinearFloatingMeltRateEnum 604 625 syn keyword cConstant MismipFloatingMeltRateEnum 626 syn keyword cConstant MantlePlumeGeothermalFluxEnum 605 627 syn keyword cConstant BedEnum 606 628 syn keyword cConstant BaseEnum … … 610 632 syn keyword cConstant DependentObjectEnum 611 633 syn keyword cConstant StressbalanceAbstolEnum 634 syn keyword cConstant StressbalanceConvergenceNumStepsEnum 612 635 syn keyword cConstant StressbalanceIsnewtonEnum 613 636 syn keyword cConstant StressbalanceMaxiterEnum … … 715 738 syn keyword cConstant HydrologySpcheadEnum 716 739 syn keyword cConstant HydrologyConductivityEnum 717 syn keyword cConstant IndependentObjectEnum718 740 syn keyword cConstant InversionControlParametersEnum 719 741 syn keyword cConstant InversionControlScalingFactorsEnum … … 747 769 syn keyword cConstant InversionVzObsEnum 748 770 syn keyword cConstant MaskIceLevelsetEnum 771 syn keyword cConstant MaskOceanLevelsetEnum 772 syn keyword cConstant MaskLandLevelsetEnum 749 773 syn keyword cConstant MaterialsBetaEnum 750 774 syn keyword cConstant MaterialsHeatcapacityEnum … … 756 780 syn keyword cConstant MaterialsRheologyLawEnum 757 781 syn keyword cConstant MaterialsRheologyNEnum 782 syn keyword cConstant MaterialsRheologyKoEnum 783 syn keyword cConstant MaterialsRheologyKobarEnum 784 syn keyword cConstant MaterialsRheologyEcEnum 785 syn keyword cConstant MaterialsRheologyEcbarEnum 786 syn keyword cConstant MaterialsRheologyEsEnum 787 syn keyword cConstant MaterialsRheologyEsbarEnum 758 788 syn keyword cConstant DamageIsdamageEnum 759 789 syn keyword cConstant DamageDEnum … … 783 813 syn keyword cConstant CalvingMeltingrateEnum 784 814 syn keyword cConstant CalvingLevermannEnum 785 syn keyword cConstant CalvingPiEnum786 815 syn keyword cConstant CalvingDevEnum 816 syn keyword cConstant CalvingMinthicknessEnum 787 817 syn keyword cConstant DefaultCalvingEnum 788 818 syn keyword cConstant CalvingRequestedOutputsEnum 789 819 syn keyword cConstant CalvinglevermannCoeffEnum 790 820 syn keyword cConstant CalvinglevermannMeltingrateEnum 791 syn keyword cConstant CalvingpiCoeffEnum 792 syn keyword cConstant CalvingpiMeltingrateEnum 821 syn keyword cConstant CalvingdevCoeffEnum 793 822 syn keyword cConstant CalvingratexEnum 794 823 syn keyword cConstant CalvingrateyEnum … … 809 838 syn keyword cConstant MaterialsMantleShearModulusEnum 810 839 syn keyword cConstant MaterialsMantleDensityEnum 840 syn keyword cConstant MaterialsEarthDensityEnum 811 841 syn keyword cConstant MeshAverageVertexConnectivityEnum 812 842 syn keyword cConstant MeshElements2dEnum … … 825 855 syn keyword cConstant MeshYEnum 826 856 syn keyword cConstant MeshZEnum 857 syn keyword cConstant MeshLatEnum 858 syn keyword cConstant MeshLongEnum 859 syn keyword cConstant MeshREnum 827 860 syn keyword cConstant MeshElementtypeEnum 828 861 syn keyword cConstant MeshSegmentsEnum … … 832 865 syn keyword cConstant Domain2DverticalEnum 833 866 syn keyword cConstant Domain3DEnum 867 syn keyword cConstant Domain3DsurfaceEnum 834 868 syn keyword cConstant MiscellaneousNameEnum 835 869 syn keyword cConstant MasstransportHydrostaticAdjustmentEnum … … 889 923 syn keyword cConstant TimesteppingInterpForcingsEnum 890 924 syn keyword cConstant TransientIssmbEnum 925 syn keyword cConstant TransientIscouplerEnum 891 926 syn keyword cConstant TransientIsstressbalanceEnum 892 927 syn keyword cConstant TransientIsgroundinglineEnum … … 896 931 syn keyword cConstant TransientIsdamageevolutionEnum 897 932 syn keyword cConstant TransientIshydrologyEnum 898 syn keyword cConstant TransientIscalvingEnum 933 syn keyword cConstant TransientIsmovingfrontEnum 934 syn keyword cConstant TransientIsslrEnum 899 935 syn keyword cConstant TransientNumRequestedOutputsEnum 900 936 syn keyword cConstant TransientRequestedOutputsEnum … … 1111 1147 syn keyword cConstant MaticeEnum 1112 1148 syn keyword cConstant MatdamageiceEnum 1149 syn keyword cConstant MatestarEnum 1113 1150 syn keyword cConstant MatparEnum 1114 1151 syn keyword cConstant NodeEnum … … 1217 1254 syn keyword cConstant ThicknessAlongGradientEnum 1218 1255 syn keyword cConstant ThicknessAcrossGradientEnum 1256 syn keyword cConstant ThicknessPositiveEnum 1219 1257 syn keyword cConstant IntMatParamEnum 1220 1258 syn keyword cConstant RheologyBbarAbsGradientEnum … … 1246 1284 syn keyword cConstant DeviatoricStressyzEnum 1247 1285 syn keyword cConstant DeviatoricStresszzEnum 1286 syn keyword cConstant DeviatoricStresseffectiveEnum 1287 syn keyword cConstant LambdaSEnum 1248 1288 syn keyword cConstant StrainRateEnum 1249 1289 syn keyword cConstant StrainRatexxEnum … … 1397 1437 syn keyword cConstant MassfluxatgateDefinitionenumEnum 1398 1438 syn keyword cConstant MassfluxatgateSegmentsEnum 1439 syn keyword cConstant NodalvalueEnum 1440 syn keyword cConstant NodalvalueNameEnum 1441 syn keyword cConstant NodalvalueDefinitionenumEnum 1442 syn keyword cConstant NodalvalueModelEnumEnum 1443 syn keyword cConstant NodalvalueNodeEnum 1399 1444 syn keyword cConstant MisfitNameEnum 1400 1445 syn keyword cConstant MisfitDefinitionenumEnum … … 1423 1468 syn keyword cConstant MaxVzEnum 1424 1469 syn keyword cConstant MaxAbsVzEnum 1470 syn keyword cConstant FloatingAreaEnum 1425 1471 syn keyword cConstant GroundedAreaEnum 1426 1472 syn keyword cConstant IceMassEnum 1427 1473 syn keyword cConstant IceVolumeEnum 1428 1474 syn keyword cConstant IceVolumeAboveFloatationEnum 1475 syn keyword cConstant TotalFloatingBmbEnum 1476 syn keyword cConstant TotalGroundedBmbEnum 1429 1477 syn keyword cConstant TotalSmbEnum 1430 1478 syn keyword cConstant AbsoluteEnum … … 1463 1511 syn keyword cConstant NodalEnum 1464 1512 syn keyword cConstant OldGradientEnum 1513 syn keyword cConstant OutputBufferPointerEnum 1514 syn keyword cConstant OutputBufferSizePointerEnum 1465 1515 syn keyword cConstant OutputFilePointerEnum 1466 1516 syn keyword cConstant ToolkitsFileNameEnum … … 1497 1547 syn keyword cConstant OptionStructEnum 1498 1548 syn keyword cConstant CuffeyEnum 1549 syn keyword cConstant BuddJackaEnum 1550 syn keyword cConstant CuffeyTemperateEnum 1499 1551 syn keyword cConstant PatersonEnum 1500 1552 syn keyword cConstant ArrheniusEnum 1501 1553 syn keyword cConstant LliboutryDuvalEnum 1502 syn keyword cConstant TransientIslevelsetEnum 1503 syn keyword cConstant SpcLevelsetEnum 1554 syn keyword cConstant SpclevelsetEnum 1504 1555 syn keyword cConstant ExtrapolationVariableEnum 1505 1556 syn keyword cConstant IceMaskNodeActivationEnum … … 1507 1558 syn keyword cConstant LevelsetfunctionSlopeYEnum 1508 1559 syn keyword cConstant LevelsetfunctionPicardEnum 1560 syn keyword cConstant LevelsetReinitFrequencyEnum 1561 syn keyword cConstant SealevelriseSolutionEnum 1562 syn keyword cConstant SealevelriseAnalysisEnum 1563 syn keyword cConstant SealevelEnum 1564 syn keyword cConstant SealevelEustaticEnum 1565 syn keyword cConstant SealevelriseDeltathicknessEnum 1566 syn keyword cConstant SealevelriseMaxiterEnum 1567 syn keyword cConstant SealevelriseReltolEnum 1568 syn keyword cConstant SealevelriseAbstolEnum 1569 syn keyword cConstant SealevelriseLoveHEnum 1570 syn keyword cConstant SealevelriseLoveKEnum 1571 syn keyword cConstant SealevelriseTideLoveHEnum 1572 syn keyword cConstant SealevelriseTideLoveKEnum 1573 syn keyword cConstant SealevelriseRigidEnum 1574 syn keyword cConstant SealevelriseElasticEnum 1575 syn keyword cConstant SealevelriseRotationEnum 1576 syn keyword cConstant SealevelriseGElasticEnum 1577 syn keyword cConstant SealevelriseDegaccEnum 1578 syn keyword cConstant SealevelriseTransitionsEnum 1579 syn keyword cConstant SealevelriseRequestedOutputsEnum 1580 syn keyword cConstant SealevelriseNumRequestedOutputsEnum 1581 syn keyword cConstant ParametersENDEnum 1509 1582 "ISSM's Enums end 1510 1583 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Note:
See TracChangeset
for help on using the changeset viewer.