Changes between Version 13 and Version 14 of doc/tec/eclipse


Ignore:
Timestamp:
Nov 21, 2018 4:39:50 PM (5 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/eclipse

    v13 v14  
    33''This page describes how to use [http://www.eclipse.org eclipse]  on the Linux cluster at IMuK, but the description should also be valid in general for any other Linux environment.'' At IMuK, eclipse requires !SuSe version 12.1.
    44
    5 Eclipse is a free IDE (Integrated Development Environment) with a plugin for subversion and FORTRAN (photran). Generally, eclipse allows to manage projects in two different ways:
     5Eclipse is a free IDE (Integrated Development Environment) with a plugin for subversion and Fortran (photran). Generally, eclipse allows to manage projects in two different ways:
    66
    77    * with a managed makefile\\\\     
     
    1010      The user can either provide his own makefile, which must be placed in the base directory of the project, or can define an external command to compile the code (which replaces the simple unix make-mechanism).\\\\
    1111
    12 For PALM projects the second mechanism should be used with '''mbuild''' replacing the simple make (see below).
     12For PALM projects the second mechanism should be used with '''palmbuild''' replacing the simple make (see below).
    1313\\\\\\
    1414
     
    2525}}}
    2626    * in the opening window set {{{/home/<your_username>/palm/current_version}}} as the workspace
    27     * open: {{{Window --> Perspective --> Open Perspective --> Other --> FORTRAN}}} \\ and quit with {{"OK"}}
     27    * open: {{{Window --> Perspective --> Open Perspective --> Other --> Fortran}}} \\ and quit with {{"OK"}}
    2828    * open: {{{File --> Import --> SVN --> project from SVN}}}
    2929    * enter the repository location (URL): \\
     
    4343    * choose: {{{C/C++ Build --> Settings --> Elf Parser}}}
    4444    * click on ''"Error Parsers"'' \\
    45       and choose ''"Photran Error Parser for Intel(R) Compilers"'' as well as ''"Photran Error Parser for PGI FORTRAN"''  and ''"Photran Error Parser for Cray Fortran"''\\
     45      and choose ''"Photran Error Parser for Intel(R) Compilers"'' as well as ''"Photran Error Parser for PGI Fortran"''  and ''"Photran Error Parser for Cray Fortran"''\\
    4646      quit with ''"OK"''
    4747    * in the left window: right mouse click on ''"trunk"'' {{{--> Properties --> C/C++ Build}}} \\
    4848      deactivate button ''"Use default build command"'' and type as ''"Build command"'':
    4949{{{
    50       mbuild -h lcmuk -K "parallel" -v
     50      palmbuild -c lcmuk -K "parallel" -v
    5151}}}
    5252      and change "Build directory" to
     
    6060    * select ''"Utilities"'' from the ''"Configuration"'' menu and edit ''"Build command"'' as follows:
    6161{{{
    62       mbuild -u -h lcmuk -K "parallel" -v
     62      palmbuild -u -c lcmuk -K "parallel" -v
    6363}}}
    6464      then quit with ''"OK"''.