1 |
|
|
2 |
######################################################## |
######################################################## |
3 |
# |
# |
4 |
# Copyright (c) 2003-2008 by University of Queensland |
# Copyright (c) 2003-2009 by University of Queensland |
5 |
# Earth Systems Science Computational Center (ESSCC) |
# Earth Systems Science Computational Center (ESSCC) |
6 |
# http://www.uq.edu.au/esscc |
# http://www.uq.edu.au/esscc |
7 |
# |
# |
32 |
f_in=File(os.path.join(src_dir,i)) |
f_in=File(os.path.join(src_dir,i)) |
33 |
f_out=File(i,test_dir) |
f_out=File(i,test_dir) |
34 |
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
35 |
|
|
36 |
|
#We need this because of cblib.py which needs to be present for other tests to work |
37 |
|
for i in example_deps: |
38 |
|
f_in=File(os.path.join(src_dir,i)) |
39 |
|
f_out=File(i,test_dir) |
40 |
|
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
41 |
Depends(cc, data_files) |
Depends(cc, data_files) |
42 |
|
|
43 |
np=int(local_env['ENV']['ESCRIPT_NUM_NODES']) |
np=int(local_env['ENV']['ESCRIPT_NUM_NODES']) |