Changeset 923fa4e in git


Ignore:
Timestamp:
Sep 23, 2008, 12:05:19 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
3de2ca0fdedf7f733696fe6decea58d5246d1a0b
Parents:
d97aa56019829e7ee4d56c080928c7930fabeca9
Message:
*hannes: surfex_0_90_00


git-svn-id: file:///usr/local/Singular/svn/trunk@11069 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB/surfex
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surfex/INSTALL_LINUX

    rd97aa5 r923fa4e  
    1 #!/bin/bash
     1#
    22# surfex install script and documentation
    33# ---------------------------------------
  • Singular/LIB/surfex/surfex_start_part1

    rd97aa5 r923fa4e  
    55#
    66#
    7 # author: Oliver Labs
     7# copyright: Oliver Labs
    88#            Joh.-Gutenberg Universitaet Mainz, Germany (July 2002 - October 2005)
    99#            RICAM at Linz, Austria (October 2005 - March 2006)
  • Singular/LIB/surfex/surfex_start_part2

    rd97aa5 r923fa4e  
    11# the temporary directory in which surfex stores temporary image files etc.:
    22tmp_dir=/tmp
    3 
    4 # the java call needed to call surfex from within $surfex_dir:
    5 surfex_call="java surfex"
    63
    74# the standard equation which will be displayed
     
    4542
    4643# 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
     44java -jar surfex.jar -d "$surfexstartdir" -t "$tmp_dir" $allargs
    5145
    5246#
Note: See TracChangeset for help on using the changeset viewer.