Changeset 2480 for palm/trunk/SCRIPTS
- Timestamp:
- Sep 19, 2017 6:24:14 AM (7 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.crayh
r2405 r2480 35 35 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with \\\ 36 36 BD:#!/bin/bash 37 BD:#PBS -A {{PROJECT_ACCOUNT}} 37 38 BD:#PBS -N {{JOB_ID}} 38 39 BD:#PBS -l walltime={{CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}} … … 44 45 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 45 46 BDT:#!/bin/bash 47 BDT:#PBS -A {{PROJECT_ACCOUNT}} 46 48 BDT:#PBS -N job_protocol_transfer 47 49 BDT:#PBS -l walltime=00:30:00 -
palm/trunk/SCRIPTS/palmrun
r2479 r2480 27 27 # ----------------- 28 28 # $Id$ 29 # bugfix for last revision 30 # 31 # 2479 2017-09-19 06:12:16Z raasch 29 32 # option -A (project account number) added 30 33 # … … 1283 1286 if [[ $running_in_batch_mode = true || $create_batch_job = true || $create_remote_batch_job = true ]] 1284 1287 then 1285 if [[ "$project_account" != "" ]]1288 if [[ "$project_account" != "" ]] 1286 1289 then 1287 1290 column1="project account number:" -
palm/trunk/SCRIPTS/palmrungui.py
r2477 r2480 25 25 # ----------------- 26 26 # $Id$ 27 # option -A (project account number) added 28 # 29 # 2477 2017-09-18 08:42:29Z maronga 27 30 # Renamed restart run appendix from "f" to "r". Bugfix for displaying restart runs.> 28 31 # Revised list of recently submitted jobs … … 597 600 elif ( self.sender() == self.group_execution.findChild(QtGui.QLineEdit,"line_account")): 598 601 tmptext = self.group_execution.findChild(QtGui.QLineEdit,"line_account").text() 599 self.change_commandline(" u",tmptext)602 self.change_commandline("A",tmptext) 600 603 601 604 elif ( self.sender() == self.group_execution.findChild(QtGui.QLineEdit,"line_pe")): … … 882 885 self.group_execution.findChild(QtGui.QLineEdit,"line_q").setText(options) 883 886 884 elif ( parameter == " u"):887 elif ( parameter == "A"): 885 888 self.group_execution.findChild(QtGui.QLineEdit,"line_account").setText(options) 886 889 -
palm/trunk/SCRIPTS/palmrungui_files/mainwindow.ui
r2477 r2480 503 503 <property name="geometry"> 504 504 <rect> 505 <x> 290</x>505 <x>340</x> 506 506 <y>30</y> 507 507 <width>81</width> … … 519 519 <property name="geometry"> 520 520 <rect> 521 <x>2 30</x>521 <x>260</x> 522 522 <y>25</y> 523 <width> 51</width>523 <width>71</width> 524 524 <height>21</height> 525 525 </rect> … … 535 535 <property name="geometry"> 536 536 <rect> 537 <x> 80</x>537 <x>120</x> 538 538 <y>55</y> 539 539 <width>101</width> … … 548 548 <property name="geometry"> 549 549 <rect> 550 <x> 40</x>550 <x>0</x> 551 551 <y>55</y> 552 <width> 31</width>552 <width>111</width> 553 553 <height>16</height> 554 554 </rect> 555 555 </property> 556 556 <property name="text"> 557 <string>P Es:</string>557 <string>Processing cores:</string> 558 558 </property> 559 559 <property name="alignment"> … … 564 564 <property name="geometry"> 565 565 <rect> 566 <x> 290</x>566 <x>340</x> 567 567 <y>55</y> 568 568 <width>61</width> … … 577 577 <property name="geometry"> 578 578 <rect> 579 <x> 190</x>579 <x>230</x> 580 580 <y>50</y> 581 <width> 91</width>581 <width>101</width> 582 582 <height>21</height> 583 583 </rect> 584 584 </property> 585 585 <property name="text"> 586 <string>Tasks /node:</string>586 <string>Tasks per node:</string> 587 587 </property> 588 588 <property name="alignment"> … … 593 593 <property name="geometry"> 594 594 <rect> 595 <x> 290</x>595 <x>340</x> 596 596 <y>80</y> 597 597 <width>81</width> … … 606 606 <property name="geometry"> 607 607 <rect> 608 <x>2 20</x>608 <x>230</x> 609 609 <y>80</y> 610 <width> 61</width>610 <width>101</width> 611 611 <height>16</height> 612 612 </rect> 613 613 </property> 614 614 <property name="text"> 615 <string> Account:</string>615 <string>Project account:</string> 616 616 </property> 617 617 <property name="alignment"> … … 622 622 <property name="geometry"> 623 623 <rect> 624 <x> 0</x>624 <x>10</x> 625 625 <y>80</y> 626 <width> 71</width>626 <width>101</width> 627 627 <height>16</height> 628 628 </rect> 629 629 </property> 630 630 <property name="text"> 631 <string> CPUtime:</string>631 <string>Wallclock time:</string> 632 632 </property> 633 633 <property name="alignment"> … … 638 638 <property name="geometry"> 639 639 <rect> 640 <x> 80</x>640 <x>120</x> 641 641 <y>80</y> 642 642 <width>101</width> … … 651 651 <property name="geometry"> 652 652 <rect> 653 <x> 30</x>654 <y>3 5</y>655 <width> 41</width>653 <x>20</x> 654 <y>30</y> 655 <width>91</width> 656 656 <height>16</height> 657 657 </rect> 658 658 </property> 659 659 <property name="text"> 660 <string> Host:</string>660 <string>Configuration:</string> 661 661 </property> 662 662 <property name="scaledContents"> … … 670 670 <property name="geometry"> 671 671 <rect> 672 <x> 80</x>672 <x>120</x> 673 673 <y>30</y> 674 674 <width>101</width> … … 768 768 </widget> 769 769 </widget> 770 <zorder>group_job</zorder>771 <zorder>group_runcontrol</zorder>772 <zorder>group_execution</zorder>773 <zorder>groupBox</zorder>774 770 </widget> 775 771 <widget class="QWidget" name="tab_2"> … … 1347 1343 <tabstops> 1348 1344 <tabstop>pushButton</tabstop> 1349 <tabstop>line_jobname</tabstop>1350 <tabstop>list_jobname</tabstop>1351 1345 <tabstop>drop_job</tabstop> 1352 1346 <tabstop>line_host</tabstop> 1353 1347 <tabstop>line_q</tabstop> 1354 <tabstop>line_account</tabstop>1355 1348 <tabstop>line_pe</tabstop> 1356 1349 <tabstop>line_tpn</tabstop> 1357 1350 <tabstop>line_time</tabstop> 1351 <tabstop>line_account</tabstop> 1352 <tabstop>check_restarts</tabstop> 1353 <tabstop>check_delete_tmp_files</tabstop> 1354 <tabstop>check_verbose</tabstop> 1355 <tabstop>check_cycfill</tabstop> 1358 1356 <tabstop>check_ts</tabstop> 1359 1357 <tabstop>check_pr</tabstop> … … 1366 1364 <tabstop>check_prt</tabstop> 1367 1365 <tabstop>check_pts</tabstop> 1368 <tabstop>check_restarts</tabstop>1369 <tabstop>check_delete_tmp_files</tabstop>1370 <tabstop>check_verbose</tabstop>1371 1366 <tabstop>button_start</tabstop> 1367 <tabstop>button_exit</tabstop> 1372 1368 <tabstop>button_clear</tabstop> 1369 <tabstop>commandline</tabstop> 1370 <tabstop>list_jobname</tabstop> 1371 <tabstop>line_jobname</tabstop> 1373 1372 <tabstop>check_b</tabstop> 1374 1373 <tabstop>check_F</tabstop> … … 1377 1376 <tabstop>check_O</tabstop> 1378 1377 <tabstop>check_x</tabstop> 1378 <tabstop>check_Z</tabstop> 1379 1379 <tabstop>line_m</tabstop> 1380 1380 <tabstop>line_M</tabstop> … … 1383 1383 <tabstop>line_w</tabstop> 1384 1384 <tabstop>line_user</tabstop> 1385 <tabstop> commandline</tabstop>1386 <tabstop> button_exit</tabstop>1385 <tabstop>line_PE_atmos</tabstop> 1386 <tabstop>line_PE_ocean</tabstop> 1387 1387 </tabstops> 1388 1388 <resources/>
Note: See TracChangeset
for help on using the changeset viewer.