Changes between Version 1 and Version 2 of vilje


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

--

Legend:

Unmodified
Added
Removed
Modified
  • vilje

    v1 v2  
    8787}}}
    8888
    89 == hexagon_settings.m ==
     89== vilje_settings.py ==
     90{{{
     91def vilje_settings(md):                                                                                                                     
     92    md.login='YOURNOTURLOGIN'
     93    md.queue='workq'
     94    md.codepath='YOURCODEPATH'#home is fne
     95    md.executionpath='YOUREXECPATH'#should be in /work/username to avoid flooding your home
     96    md.accountname='nn4659k'#this is for ice2ice
     97    md.numnodes=1
     98    md.numprocess=8
     99    return md
     100}}}
     101== vilje_settings.m ==
    90102
    91 TO BE DONE function of hexagon.py
     103The use of the Python version of the code is encouraged at Uib but you are welcom to clone the python settings.