Changeset 898
- Timestamp:
- 06/11/09 12:08:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/quickinstall.sh
r228 r898 50 50 51 51 #3: generate MakeFiles 52 ./reconfigure.sh53 ./configure.sh52 sh scripts/automakererun.sh 53 sh config/linux64.sh 54 54 55 55 #4: compile ISSM 56 make 56 make -j 8 57 57 make install 58 58 59 59 #5: change issm.rc 60 60 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.bak61 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 62 62 mv cluster.bak cluster.rc 63 63 cd .. 64 64 65 fi
Note:
See TracChangeset
for help on using the changeset viewer.