Changeset 1104 for palm/trunk
- Timestamp:
- Feb 20, 2013 2:37:12 AM (12 years ago)
- Location:
- palm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.hayaka
- Property svn:keywords set to Id
r1103 r1104 1 #$Id : .mrun.config.kiaps 1043 2012-11-06 06:18:09Z raasch$1 #$Id$ 2 2 #column 1 column 2 column 3 3 3 #name of variable value of variable (~ must not be used) scope -
palm/trunk/SCRIPTS/.mrun.config.tatara
- Property svn:keywords set to Id
r1099 r1104 1 #$Id : .mrun.config.kiaps 1043 2012-11-06 06:18:09Z raasch$1 #$Id$ 2 2 #column 1 column 2 column 3 3 3 #name of variable value of variable (~ must not be used) scope -
palm/trunk/SCRIPTS/mrun
r1103 r1104 22 22 # Current revisions: 23 23 # ------------------ 24 # 25 # 26 # Former revisions: 27 # ----------------- 28 # $Id$ 29 # 30 # 1103 2013-02-20 02:15:53Z raasch 24 31 # default script runs again under ksh, because of unsolved problems with read 25 32 # from stdin: when bash script is called from a ksh, message "read error: 0: … … 28 35 # shebang line replaced by /bin/bash when running jobs on lckyuh; no restarts 29 36 # on lckyuh, but mrun does not terminate and issues a warning instead 30 #31 # Former revisions:32 # -----------------33 # $Id$34 37 # 35 38 # 1101 2013-02-17 10:20:21Z raasch -
palm/trunk/SCRIPTS/subjob
r1103 r1104 23 23 # Current revisions: 24 24 # ------------------ 25 # bash compatibility adjustments (usage of OPTIND, output formatting with printf 26 # instead typeset -L/R), 27 # further adjustments for lckyuh 25 # 28 26 # 29 27 # Former revisions: 30 28 # ----------------- 31 29 # $Id$ 30 # 31 # 1103 2013-02-20 02:15:53Z raasch 32 # bash compatibility adjustments (usage of OPTIND, output formatting with printf 33 # instead typeset -L/R), 34 # further adjustments for lckyuh 32 35 # 33 36 # 2013-02-10 01:47:43Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r1103 r1104 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: turbulent inflow must not require cyclic fill in restart runs22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1103 2013-02-20 02:15:53Z raasch 29 ! Bugfix: turbulent inflow must not require cyclic fill in restart runs 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/poisfft.f90
r1103 r1104 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! tri, ar, and ar1 arguments in tridia-routines (2d) are removed because they 23 ! sometimes cause segmentation faults with intel 12.1 compiler 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1103 2013-02-20 02:15:53Z raasch 29 ! tri, ar, and ar1 arguments in tridia-routines (2d) are removed because they 30 ! sometimes cause segmentation faults with intel 12.1 compiler 28 31 ! 29 32 ! 1092 2013-02-02 11:24:22Z raasch
Note: See TracChangeset
for help on using the changeset viewer.