Changeset 923fa4e in git
- Timestamp:
- Sep 23, 2008, 12:05:19 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 3de2ca0fdedf7f733696fe6decea58d5246d1a0b
- Parents:
- d97aa56019829e7ee4d56c080928c7930fabeca9
- Location:
- Singular/LIB/surfex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/surfex/INSTALL_LINUX
rd97aa5 r923fa4e 1 # !/bin/bash1 # 2 2 # surfex install script and documentation 3 3 # --------------------------------------- -
Singular/LIB/surfex/surfex_start_part1
rd97aa5 r923fa4e 5 5 # 6 6 # 7 # author: Oliver Labs7 # copyright: Oliver Labs 8 8 # Joh.-Gutenberg Universitaet Mainz, Germany (July 2002 - October 2005) 9 9 # RICAM at Linz, Austria (October 2005 - March 2006) -
Singular/LIB/surfex/surfex_start_part2
rd97aa5 r923fa4e 1 1 # the temporary directory in which surfex stores temporary image files etc.: 2 2 tmp_dir=/tmp 3 4 # the java call needed to call surfex from within $surfex_dir:5 surfex_call="java surfex"6 3 7 4 # the standard equation which will be displayed … … 45 42 46 43 # call the java program surfex: 47 str_exe=$surfex_call$allargs 48 # print the result of this call to the shell: 49 #echo $str_exe 50 java surfex -d "$surfexstartdir" -t "$tmp_dir" $allargs 44 java -jar surfex.jar -d "$surfexstartdir" -t "$tmp_dir" $allargs 51 45 52 46 #
Note: See TracChangeset
for help on using the changeset viewer.