Changeset 6737


Ignore:
Timestamp:
12/16/10 17:10:32 (14 years ago)
Author:
Eric.Larour
Message:

New bugs directory for stuff we can't deal with yet

Location:
issm/trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/configs/2.3.2-p3/linux64/configure.sh

    r6082 r6737  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2"
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=1 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2"
  • issm/trunk/externalpackages/petsc/configs/3.0.0-p11/linux64/configure.sh

    r6082 r6737  
    11#!/bin/bash
    2 ./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
     2./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/installdir" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/install" --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes
  • issm/trunk/externalpackages/petsc/install.sh

    r3374 r6737  
    77#2.3.2-p3
    88#3.0.0-p11
     9#3.1-p6
    910
    1011#version of petsc?
    11 #version='3.0.0-p11'
    12 version='2.3.2-p3'; #default for now! (nightly runs)
     12version='3.1-p6';
     13#version='2.3.2-p3'; #default for now! (nightly runs)
    1314
    1415#Some cleanup
  • issm/trunk/test/NightlyRun/test122.m

    r5964 r6737  
    44md=extrude(md,3,1);
    55md=setelementstype(md,'pattyn','all');
    6 md=SetParallel(md,3);
     6md=SetParallel(md,1);
    77md=solve(md,'analysis_type',Transient3DSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test224.m

    r6264 r6737  
    1717md.vx_obs=md.vx; md.vy_obs=md.vy;
    1818
     19md.verbose=verbose('solution','true','control','true');
    1920md=SetParallel(md,3);
    2021md=solve(md,'analysis_type',DiagnosticSolutionEnum);
Note: See TracChangeset for help on using the changeset viewer.