Changeset 1280
- Timestamp:
- Jan 28, 2014 12:19:31 PM (11 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1279 r1280 22 22 # Current revisions: 23 23 # ------------------ 24 # tasks_per_node must not be an integral divisor of numprocs any more. This was done 25 # in order to remove annoying restrictions concerning the number of processors which 26 # appear on machines with larger nodes (e.g. containing 24 cores). Without this 27 # restriction, one of the nodes will not be completely filled with tasks. A respective 28 # warning is given. 24 # 29 25 # 30 26 # Former revisions: 31 27 # ----------------- 32 28 # $Id$ 29 # 30 # 1279 2014-01-28 12:10:14Z raasch 31 # tasks_per_node must not be an integral divisor of numprocs any more. This was done 32 # in order to remove annoying restrictions concerning the number of processors which 33 # appear on machines with larger nodes (e.g. containing 24 cores). Now without this 34 # restriction, one of the nodes will be filled with less than the given number of 35 # tasks per node. A respective warning is given. 33 36 # 34 37 # 1274 2014-01-09 13:14:54Z heinze -
palm/trunk/SCRIPTS/subjob
r1279 r1280 23 23 # Current revisions: 24 24 # ------------------ 25 # node calculation modified due to changes in mrun (tasks_per_node must not be 26 # an integral divisor of numprocs any more) 25 # 27 26 # 28 27 # Former revisions: 29 28 # ----------------- 30 29 # $Id$ 30 # 31 # 1279 2014-01-28 12:10:14Z raasch 32 # node calculation modified due to changes in mrun (tasks_per_node must not be 33 # an integral divisor of numprocs any more) 31 34 # 32 35 # 1274 2014-01-09 13:14:54Z heinze
Note: See TracChangeset
for help on using the changeset viewer.