- Timestamp:
- Apr 9, 2013 3:46:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1123 r1124 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # variable "memory" is exported via typeset option -x, because otherwise an unknown 25 # side effect may lead to data loss when getopts is reading the script-option arguments 25 26 # 26 27 # Former revisions: … … 210 211 zeit=$( date | cut -c 12-19 ) 211 212 212 typeset -i iec=0 iic=0 iin=0 ioc=0 iout=0 memory=0 stagein_anz=0 stageout_anz=0 213 typeset -i iec=0 iic=0 iin=0 ioc=0 iout=0 stagein_anz=0 stageout_anz=0 214 typeset -x -i memory=0 # has to be exported here, otherwise an unknown side 215 # effect may cause data loss when getopts is reading the 216 # script-option arguments 213 217 typeset -i cputime i ii iia iii iio icycle inode ival jobges jobsek last_char_int maxcycle minuten nodes pes sekunden tp1 214 218 … … 222 226 # EXPORTIERT WERDEN 223 227 export afname config_file cpp_opts cpumax do_batch do_trace fname fromhost 224 export group_number input_list memorynumprocs output_list queue run_mode228 export group_number input_list numprocs output_list queue run_mode 225 229 226 230
Note: See TracChangeset
for help on using the changeset viewer.