Ignore:
Timestamp:
May 1, 2014, 9:20:25 PM (11 years ago)
Author:
steve
Message:

Fixing compile_all.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/compile_all.py

    r9085 r9102  
    2626os.chdir(buildroot)
    2727
     28
    2829#--------------------------------------------------
    2930# Compiling anuga_1d code
     
    3233os.chdir('anuga_1d')
    3334
    34 
    35 print 'Changing to', os.getcwd()       
    36 
    37 #entries = listdir('.')
    3835
    3936t0 = time.time()
     
    4441
    4542os.chdir(buildroot)
     43print 'Changing to', os.getcwd()       
    4644
    4745#--------------------------------------------------
     
    6058    os.chdir('anuga_parallel')
    6159    os.chdir('pymetis')
     60
     61    print 'Changing to', os.getcwd()       
    6262
    6363    make_logfile = os.path.join(buildroot, 'make_metis.log')
Note: See TracChangeset for help on using the changeset viewer.