Changes between Version 24 and Version 25 of doc/install


Ignore:
Timestamp:
Sep 15, 2010 9:17:02 AM (15 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v24 v25  
    110110  mbuild -h lcmuk
    111111}}}
     112
     113=== Installation Verification ===
     114
     115As a last step, after the compilation has been finished, the PALM installation has to be verified. For this purpose a simple test run is carried out. This once again requires the '''mrun''' configuration file (described in [../chapter_3_2 chapter 3.2]), as well as the [../parameterfile parameter file] (described in [../chapter_4_4_1 chapter 4.4.1]). The parameter file must be copied from the PALM working copy by
     116{{{
     117  mkdir -p JOBS/example_cbl/INPUT
     118  cp trunk/INSTALL/example_cbl_p3d JOBS/example_cbl/INPUT/example_cbl_p3d
     119}}}
     120The test run can now be started by executing the command
     121{{{
     122  mrun -d example_cbl -h lcsgih -K parallel -X 8 -T 8 -t 500 -q testq -r “d3# pr#”
     123}}}
     124This specific run will be carried out on 8 PEs and is allowed to use up to 500 seconds CPU time. After pressing <return>, the most important settings of the job are displayed at the terminal window and the user is prompted for o.k. ("{{{y}}}"). Next, a message of the queuing system like "''Request … Submitted to queue… by…''" should be displayed. Now the job is queued and either started immediately or at a later time, depending on the current workload of the remote host. Provided that it is executed immediately and that all things work as designed, the job protocol of this run will appear under the file name {{{~/job_queue/lcsgih_example}}} no more than a few minutes later. The content of this file should be carefully examined for any error messages.\\\\
     125Beside the job protocol and according to the configuration file and arguments given for mrun options -d and -r,further files should be found in the directories
     126~/palm/current_version/JOBS/example_cbl/MONITORING
     127
     128and
     129
     130    ~/palm/current_version/JOBS/example_cbl/OUTPUT
     131
     132Please compare the contents of file
     133
     134    ~/palm/current_version/JOBS/example_cbl/MONITORING/lcsgih_example_rc
     135
     136with those of the example result file which can be found under trunk/INSTALL/example_cbl_rc., e.g. by using the standard diff command:
     137
     138diff  JOBS/example_cbl/MONITORING/lcsgih_example_cbl_rc trunk/INSTALL/example_cbl_rc
     139
     140where it is assumed that your working directory is ~/palm/current_version.
     141You should not find any difference between these two files, except of the run date and time displayed at the top of the file header. If the file contents are identical, the installation is successfully completed.