Changes between Version 13 and Version 14 of doc/tec/eclipse
- Timestamp:
- Nov 21, 2018 4:39:50 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/eclipse
v13 v14 3 3 ''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. 4 4 5 Eclipse is a free IDE (Integrated Development Environment) with a plugin for subversion and F ORTRAN(photran). Generally, eclipse allows to manage projects in two different ways: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: 6 6 7 7 * with a managed makefile\\\\ … … 10 10 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).\\\\ 11 11 12 For PALM projects the second mechanism should be used with ''' mbuild''' replacing the simple make (see below).12 For PALM projects the second mechanism should be used with '''palmbuild''' replacing the simple make (see below). 13 13 \\\\\\ 14 14 … … 25 25 }}} 26 26 * in the opening window set {{{/home/<your_username>/palm/current_version}}} as the workspace 27 * open: {{{Window --> Perspective --> Open Perspective --> Other --> F ORTRAN}}} \\ and quit with {{"OK"}}27 * open: {{{Window --> Perspective --> Open Perspective --> Other --> Fortran}}} \\ and quit with {{"OK"}} 28 28 * open: {{{File --> Import --> SVN --> project from SVN}}} 29 29 * enter the repository location (URL): \\ … … 43 43 * choose: {{{C/C++ Build --> Settings --> Elf Parser}}} 44 44 * click on ''"Error Parsers"'' \\ 45 and choose ''"Photran Error Parser for Intel(R) Compilers"'' as well as ''"Photran Error Parser for PGI F ORTRAN"'' 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"''\\ 46 46 quit with ''"OK"'' 47 47 * in the left window: right mouse click on ''"trunk"'' {{{--> Properties --> C/C++ Build}}} \\ 48 48 deactivate button ''"Use default build command"'' and type as ''"Build command"'': 49 49 {{{ 50 mbuild -hlcmuk -K "parallel" -v50 palmbuild -c lcmuk -K "parallel" -v 51 51 }}} 52 52 and change "Build directory" to … … 60 60 * select ''"Utilities"'' from the ''"Configuration"'' menu and edit ''"Build command"'' as follows: 61 61 {{{ 62 mbuild -u -hlcmuk -K "parallel" -v62 palmbuild -u -c lcmuk -K "parallel" -v 63 63 }}} 64 64 then quit with ''"OK"''.