Changeset 1094 for palm/trunk/UTIL
- Timestamp:
- Feb 3, 2013 1:52:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/interpret_config.f90
r1047 r1094 19 19 ! 20 20 ! Current revisions: 21 ! ----------------- 21 ! ------------------ 22 ! unused variables removed 22 23 ! 23 24 ! Former revisions: … … 61 62 for_cond1, for_cond2, for_host, input_list, & 62 63 iolist, output_list, s1, s2, s2a, s2b, s2c, s3, & 63 s3cond, s4, s5, s6, value, va lue_mrun, var, zeile64 65 INTEGER :: dummy, i, icomment = 0, icond1, icond2, idatver = 0, iec = 0,&64 s3cond, s4, s5, s6, value, var, zeile 65 66 INTEGER :: i, icomment = 0, icond1, icond2, idatver = 0, iec = 0, & 66 67 ienvvar = 0, ifor_cond1, ifor_cond2, ifor_host, ihost, & 67 68 iic = 0, iicf, iin = 0, iinput_list, il, ilocalhost, ioc = 0, & … … 231 232 host = value(1:ivalue) 232 233 ihost = ivalue 233 234 ! IF ( host(1:ihost) /= localhost(1:ilocalhost) ) THEN235 !236 ! SELECT CASE ( value(1:ivalue) )237 !238 ! CASE ( 'cray','hpcs','t3d','t3eb','t3eh','unics','vpp' )239 !240 ! dummy = 1241 !242 ! CASE DEFAULT243 !244 ! WRITE (2,2202) bs, bs, value(1:ivalue), bs, bs245 ! 2202 FORMAT ('printf "',A,'n +++ Auf Zielrechner ',A,'"',A,A,'" ist kein NQS-System vorhanden"'/ &246 ! 'printf "',A,'n Programmlauf kann deshalb nicht gestartet werden"'/ &247 ! 'locat=nqs; exit')248 ! STOP249 !250 ! END SELECT251 !252 ! ENDIF253 234 254 235 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.