Changes between Version 52 and Version 53 of WikiStart


Ignore:
Timestamp:
01/05/22 09:59:40 (2 years ago)
Author:
Dirk Brömmel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v52 v53  
    33PEPC's main webpage is [http://www.fz-juelich.de/ias/jsc/pepc/]
    44
    5 If you would like to test the latest developments described in [http://dx.doi.org/10.1016/j.cpc.2011.12.013 Computer Physics Communications 183(4), 880-889 (2012)], you can request svn access via pepc(at)fz-juelich.de. In doing so, please indicate what institution you are affiliated with and what field you work in.
     5If you would like to test the latest developments described in [http://dx.doi.org/10.1016/j.cpc.2011.12.013 Computer Physics Communications 183(4), 880-889 (2012)], you can request access via pepc(at)fz-juelich.de. In doing so, please indicate what institution you are affiliated with and what field you work in.
    66
    77For new developments based on the tree code, we recommend to avoid using old downloads that might circulate somewhere since with the new version, many interfaces for custom modifications have improved dramatically.
     
    1111Currently, there is no real users guide. However, take a look at [attachment:talk_pepc_codestructure.pdf the PEPC code intro]. It gives an extensive overview on the overall structure as well as several code features, capabilities, utilities, etc.
    1212
    13 == Subversion ==
     13== Access to source code ==
    1414
    15 You can (assuming the appropriate permissions) access the subversion repository using this url
    16 {{{
    17 #!sh
    18 https://svn.version.fz-juelich.de/pepc
    19 }}}
    20 
    21 To checkout the PEPC trunk, use
    22 {{{
    23 #!sh
    24 svn co https://svn.version.fz-juelich.de/pepc/trunk ./pepc
    25 }}}
    26 
     15The main repository has been moved from svn to git on JSC's gitlab instance [https://gitlab.jsc.fz-juelich.de/SLPP/pepc/pepc]. In order to contribute there or get access, please email pepc(at)fz-juelich.de.
    2716
    2817----