Changes between Version 3 and Version 4 of doc/app/palmrun_quickstart


Ignore:
Timestamp:
Nov 19, 2018 11:18:51 AM (6 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/palmrun_quickstart

    v3 v4  
    11= PALM Quickstart Guide =
    22{{{
    3 #!div style="align:'left'; width: 250px; border: 0px solid; float:right"
    4 [[Image(file_tree_2.png, 250px, right, margin-right=2, margin-top=0, border=2)]]\\
     3#!div style="align:'left'; width: 270px; border: 0px solid; float:right"
     4[[Image(file_tree_2.png, 250px, right, margin-right=2, margin-top=0, border=0)]]\\
    55'''Fig. 2''' Directory structure of PALM installation.
    66}}}
    77{{{
    8 #!div style="align:'left'; width: 250px; border: 0px solid; float:right"
    9 [[Image(file_tree_1.png, 250px, right, margin-right=2, margin-top=0, border=2)]]\\
     8#!div style="align:'left'; width: 270px; border: 0px solid; float:right"
     9[[Image(file_tree_1.png, 250px, right, margin-right=2, margin-top=0, border=0)]]\\
    1010'''Fig. 1''' Directory structure of PALM simulation setup.
    1111}}}
    12 Ideally, you have successfully installed PALM using the [automatic installer]. If so, the installer has
    13 * [downloaded] PALM from the subversion control (svn) repository into a predefined directory structure on your local PC (see Fig. 1),
    14 * created the required palmrun [configuration file], e.g. .palm.config.default (hidden file),
    15 * pre-compiled ([palmbuild]) the UTILities and SOURCE code,
    16 * run some small test simulations (JOBS).
    17 Somewhere near the end of the automatic installation process, the following lines should have appeared in your UNIX terminal:\\
    18 {{{All found tests passed. PALM installation successful}}} and \\
    19 {{{PALM installer finished.}}}\\
     12Ideally, you have successfully installed PALM using the [wiki:doc/install/automatic automatic installer].\\ If so, the installer has
     13* downloaded PALM from the subversion control (svn) repository into a predefined directory structure on your local PC (see Fig. 1),
     14* created the required palmrun [wiki:doc/app/palmrun configuration file], e.g. '''.palm.config.default''' (hidden file),
     15* pre-compiled ([wiki:doc/app/palmbuild palmbuild]) the '''UTIL'''ity programs and '''SOURCE''' code,
     16* run some small test simulations ('''JOBS''', see Fig. 2).
     17Somewhere near the end of the automatic installation process, the following lines should have appeared in your terminal:\\
     18{{{
     19PALM installation successful
     20...
     21PALM installer finished.
     22}}}
     23\\\\\\\\\\\\\\
    2024Further, the installer has printed an example command for starting a PALM simulation, e.g.
    2125{{{
    22 palmrun -r example_cbl -a \"d3#\" -c \"default\"        -X \"4\" -T \"4\" "
    23                 |           |             |              |        |                "
    24             run identifier  |  configuration identifier  |        tasks per node   "
    25                      I/O control list                 number of cores           "
     26palmrun -r example_cbl   -a d3#      -c default       -X 4     -T 4
     27                |           |             |              |        |               
     28            run identifier  |  configuration identifier  |   tasks per node   
     29                     I/O control list             number of cores           
    2630}}}
     31
     32
     33
     34
     35We have a GUI to create the palmrun command, called via the terminal (software requirements: QT4, python). Type:
     36{{{
     37palmrungui
     38}}}
     39
     40[[Image(palmrun_gui.png, 750px, left, margin-right=2, margin-top=0, border=0)]]