Changeset 760 for palm/trunk
- Timestamp:
- Sep 15, 2011 2:37:54 PM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_particles.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! Splitting of parallel I/O (routine write_particles)6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Splitting of parallel I/O (routine write_particles) 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/data_output_2d.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Splitting of parallel I/O6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Splitting of parallel I/O 11 14 ! 12 15 ! 729 2011-05-26 10:33:34Z heinze -
palm/trunk/SOURCE/data_output_3d.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Splitting of parallel I/O6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Splitting of parallel I/O 11 14 ! 12 15 ! 727 2011-04-20 20:05:25Z suehring -
palm/trunk/SOURCE/header.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! output of maximum number of parallel io streams6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! output of maximum number of parallel io streams 11 14 ! 12 15 ! 707 2011-03-29 11:39:40Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r759 r760 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! 10 ! 11 ! Former revisions: 12 ! ----------------- 13 ! $Id$ 14 ! 15 ! 759 2011-09-15 13:58:31Z raasch 9 16 ! Splitting of parallel I/O in blocks of PEs 10 17 ! Bugfix: No zero assignments to volume_flow_initial and volume_flow_area in 11 18 ! case of normal restart runs. 12 !13 ! Former revisions:14 ! -----------------15 ! $Id$16 19 ! 17 20 ! 713 2011-03-30 14:21:21Z suehring -
palm/trunk/SOURCE/init_grid.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Splitting of parallel I/O in blocks of PEs6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Splitting of parallel I/O in blocks of PEs 11 14 ! 12 15 ! 722 2011-04-11 06:21:09Z raasch -
palm/trunk/SOURCE/init_pegrid.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! calculation of number of io_blocks and the io_group to which the respective7 ! PE belongs8 6 ! 7 ! 9 8 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! 10 9 ! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values … … 13 12 ! ----------------- 14 13 ! $Id$ 14 ! 15 ! 759 2011-09-15 13:58:31Z raasch 16 ! 17 ! calculation of number of io_blocks and the io_group to which the respective 18 ! PE belongs 15 19 ! 16 20 ! 755 2011-08-29 09:55:16Z witha -
palm/trunk/SOURCE/modules.f90
r759 r760 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! +io_blocks, io_group, maximum_parallel_io_streams, 8 ! synchronous_exchange moved to control_parameters 7 ! 9 8 ! 10 9 ! Former revisions: … … 12 11 ! $Id$ 13 12 ! 13 ! 759 2011-09-15 13:58:31Z raasch 14 ! +io_blocks, io_group, maximum_parallel_io_streams, 15 ! synchronous_exchange moved to control_parameters 14 16 ! 15 17 ! 743 2011-08-18 16:10:16Z suehring -
palm/trunk/SOURCE/palm.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Splitting of parallel I/O, cpu measurement for write_3d_binary and opening 7 ! of unit 14 moved to here 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Splitting of parallel I/O, cpu measurement for write_3d_binary and opening 14 ! of unit 14 moved to here 12 15 ! 13 16 ! 495 2010-03-02 00:40:15Z raasch -
palm/trunk/SOURCE/parin.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! +maximum_parallel_io_streams in envpar, 7 ! splitting of parallel I/O in blocks of PEs 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! +maximum_parallel_io_streams in envpar, 14 ! splitting of parallel I/O in blocks of PEs 12 15 ! 13 16 ! 683 2011-02-09 14:25:15Z raasch -
palm/trunk/SOURCE/prandtl_fluxes.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix for ts limitation6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! Bugfix for ts limitation 11 14 ! 12 15 ! 709 2011-03-30 09:31:40Z raasch -
palm/trunk/SOURCE/production_e.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! initialization of u_0, v_06 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! initialization of u_0, v_0 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/write_3d_binary.f90
r759 r760 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! cpu measurement and file opening moved to main program6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 759 2011-09-15 13:58:31Z raasch 13 ! cpu measurement and file opening moved to main program 11 14 ! 12 15 ! 587 2010-10-27 08:36:51Z helmke
Note: See TracChangeset
for help on using the changeset viewer.