Changes between Version 8 and Version 9 of hexagon


Ignore:
Timestamp:
09/28/16 02:34:33 (8 years ago)
Author:
bdef
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hexagon

    v8 v9  
    112112if(!my_rank) printf("(website: %s contact: %s)\n",PACKAGE_URL,PACKAGE_BUGREPORT);
    113113}}}
     114
     115== hexagon_settings.py ==
     116{{{
     117def hexagon_settings(md):                                                                                                               
     118    md.login='YOURNOTURLOGIN'
     119    md.queue='normal'
     120    md.codepath='YOURCODEPATH'#Should be placed in /work/username
     121    md.executionpath='YOUREXECPATH'#Should be placed in /work/username                                                                                                                           
     122    md.accountname='bjerknes'
     123    md.numnodes=1
     124    return md
     125}}}
     126
    114127== hexagon_settings.m ==
    115128
    116 TO BE DONE function of hexagon.py
     129We encourage running the python version at Uib but you can clone the python version of hexagon_settings
    117130
    118131== Running jobs on Hexagon ==