Changeset 544 for palm/trunk
- Timestamp:
- Aug 17, 2010 10:44:58 AM (14 years ago)
- Location:
- palm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/tec/technical_documentation.html
r540 r544 94 94 95 95 96 96 <tr> 97 <td style="vertical-align: top;">17/08/10<br> 98 </td> 99 <td style="vertical-align: top;">BM<br> 100 </td> 101 <td style="vertical-align: top;">544<br> 102 </td> 103 <td style="vertical-align: top;">3.7a<br> 104 </td> 105 <td style="vertical-align: top;">B/C/N<br> 106 </td> 107 <td style="vertical-align: top;">adjustments for lcxt4; bugfix (mbuild): loading of user-defined modules; new .mrun.config.lcxt4 for Cray XT4 in Bergen/Norway<br> 108 </td> 109 <td style="vertical-align: top;">mrun, mbuild, subjob<br> 110 </td> 111 </tr> 112 97 113 <tr> 98 114 <td style="vertical-align: top;">15/06/10<br> … … 1368 1384 <span style="font-family: Courier New,Courier,monospace;">! Former revisions:</span><br style="font-family: Courier New,Courier,monospace;"> 1369 1385 <span style="font-family: Courier New,Courier,monospace;">! -----------------</span><br style="font-family: Courier New,Courier,monospace;"> 1370 <span style="font-family: Courier New,Courier,monospace;">! §Id: init_3d_model.f90 <span style="color: rgb(51, 102, 255); font-weight: bold;">425 2010-02-06 13:37:48Z raasch</span> §</span><br style="font-family: Courier New,Courier,monospace;">1386 <span style="font-family: Courier New,Courier,monospace;">! ï¿œId: init_3d_model.f90 <span style="color: rgb(51, 102, 255); font-weight: bold;">425 2010-02-06 13:37:48Z raasch</span> ï¿œ</span><br style="font-family: Courier New,Courier,monospace;"> 1371 1387 <span style="font-family: Courier New,Courier,monospace;">!</span><br style="font-family: Courier New,Courier,monospace;"> 1372 1388 <span style="font-family: Courier New,Courier,monospace;"></span><span style="font-family: Courier New,Courier,monospace;"></span><span style="font-family: Courier New,Courier,monospace;"></span><span style="font-family: Courier New,Courier,monospace;">! 407 2009-12-01 15:01:15Z maronga</span><br style="font-family: Courier New,Courier,monospace;"> … … 1387 1403 <span style="font-family: Courier New,Courier,monospace;">! -----------------</span><br style="font-family: Courier New,Courier,monospace;"> 1388 1404 1389 <span style="font-family: Courier New,Courier,monospace;">! §Id: </span><span style="font-family: Courier New,Courier,monospace;">init_3d_model.f90 425 2010-02-06 13:37:48Z raasch</span><span style="font-family: Courier New,Courier,monospace;"> §<br>1405 <span style="font-family: Courier New,Courier,monospace;">! ï¿œId: </span><span style="font-family: Courier New,Courier,monospace;">init_3d_model.f90 425 2010-02-06 13:37:48Z raasch</span><span style="font-family: Courier New,Courier,monospace;"> ï¿œ<br> 1390 1406 !</span><br style="font-family: Courier New,Courier,monospace;"> 1391 1407 <span style="font-family: Courier New,Courier,monospace;">! </span><span style="font-family: Courier New,Courier,monospace; color: rgb(51, 102, 255); font-weight: bold;">425 2010-02-06 13:37:48Z raasch</span><span style="font-family: Courier New,Courier,monospace;"><span style="font-weight: bold; color: rgb(51, 51, 255);"></span><br> … … 1398 1414 <span style="font-family: Courier New,Courier,monospace;">! var_ts is replaced by dots_max<br> 1399 1415 <br> 1400 <span style="font-family: Times New Roman,Times,serif;">Note that the "<span style="font-family: Courier New,Courier,monospace;"> §</span>"1416 <span style="font-family: Times New Roman,Times,serif;">Note that the "<span style="font-family: Courier New,Courier,monospace;">ï¿œ</span>" 1401 1417 in this example should read "$", but "$" cannot be used here, because 1402 1418 otherwise svn would replace these entries after every change to this -
palm/trunk/SCRIPTS/mbuild
r508 r544 109 109 # parallel make for utility programs 110 110 # 12/03/10 - Siggi - bugfix: remode_md was given a wrong value 111 # 16/08/10 - BjornM- bugfix: call of modules on local host, new workaround 112 # for lcxt4 111 113 112 114 … … 1225 1227 else 1226 1228 1229 # workaround for lcxt4 1230 if [[ $remote_host = lcxt4 ]] 1231 then 1232 . /opt/modules/default/init/ksh 1233 fi 1234 1235 # first load modules, if given 1236 if [[ "$modules" != "" ]] 1237 then 1238 module load ${modules} 1239 fi 1240 1241 1227 1242 if [[ $compile_utility_programs = false ]] 1228 1243 then … … 1255 1270 echo " " 1256 1271 echo " *** execute \"make\" on local host" 1257 1258 # first load modules, if given1259 if [[ "$modules" != "" ]]1260 then1261 module load ${modules}1262 fi1263 1272 1264 1273 make $make_options PROG=$mainprog F90=$compiler_name COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 2>&1 | tee ${remote_host}_last_make_protokoll -
palm/trunk/SCRIPTS/mrun
r540 r544 208 208 # lcsgih/lcsgib is done using the names 209 209 # hicegate0/bicegate0 instead of the IP addresses 210 # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4 210 211 211 212 … … 2534 2535 else 2535 2536 [[ $localhost = lctit ]] && export LM_LICENSE_FILE=27050@tggls 2537 [[ $localhost = lcxt4 ]] && . /opt/modules/default/init/ksh 2536 2538 [[ "$module_calls" != "" ]] && eval $module_calls 2537 2539 make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT="$cpp_options" F90FLAGS="$fopts" LDFLAGS="$lopts" … … 3313 3315 elif [[ $host = lcxt4 || $host = lcxt5m ]] 3314 3316 then 3315 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos3317 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos 3316 3318 else 3317 3319 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS -
palm/trunk/SCRIPTS/subjob
r540 r544 117 117 # 01/03/10 - Siggi - loading of modules controlled by environment variable 118 118 # module_calls 119 # 17/08/10 - BjörnM- re-adjustments for lcxt4 (location of qsub) 119 120 120 121 … … 360 361 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 361 362 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 362 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2. 3.0/bin/qsub;;363 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.4.9-snap.201005191035/bin/qsub;; 363 364 (lcxt5m) remote_addres=193.166.211.144; submcom=/opt/pbs/10.1.0.91350/bin/qsub;; 364 365 (nech) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=136.172.44.147; submcom="/usr/local/bin/qsub";;
Note: See TracChangeset
for help on using the changeset viewer.