Changeset 898


Ignore:
Timestamp:
06/11/09 12:08:23 (15 years ago)
Author:
ala
Message:

fixed quickinsstall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/quickinstall.sh

    r228 r898  
    5050
    5151        #3: generate MakeFiles
    52         ./reconfigure.sh
    53         ./configure.sh
     52        sh scripts/automakererun.sh
     53        sh config/linux64.sh
    5454
    5555        #4: compile ISSM
    56         make
     56        make -j 8
    5757        make install
    5858
    5959        #5: change issm.rc
    6060        cd etc
    61         cat cluster.rc | sed -e "s/cluster_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/cluster_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/home\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes-r1b\/morlighe\/Execution/g"> cluster.bak
     61        cat cluster.rc | sed -e "s/cluster_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/cluster_codepath=\/u\/wilkes0\/ala\/issm\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/home\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes0\/ala\/Execution/g"> cluster.bak
    6262        mv cluster.bak cluster.rc
    6363        cd ..
     64
    6465fi
Note: See TracChangeset for help on using the changeset viewer.