32 |
|
|
33 |
ln -s ../input_ad/* . |
ln -s ../input_ad/* . |
34 |
ln -s ../input_fields/* . |
ln -s ../input_fields/* . |
35 |
./mitgcmuv_ad >! output_adm.txt & |
./mitgcmuv_ad >! output_adm.txt_32x32 & |
36 |
|
|
37 |
|
|
38 |
------- |
------- |
51 |
ln -s ../input_ad/* . |
ln -s ../input_ad/* . |
52 |
ln -s ../input/*.bin . |
ln -s ../input/*.bin . |
53 |
ln -s ../input/*.mitgrid . |
ln -s ../input/*.mitgrid . |
54 |
./mitgcmuv_ad >! output_adm.txt & |
./mitgcmuv_ad >! output_adm.txt_16x16 & |
55 |
|
|
56 |
------- |
------- |
57 |
Exp. 2c: Adjoint of advect-diffuse: |
Exp. 2c: TLM of advect-diffuse: |
58 |
|
------- --->>> 4 tiles per cube face (16x16), single-processor <<<--- |
59 |
|
|
60 |
|
cd build_ad/ |
61 |
|
rm -fr * |
62 |
|
\cp -f ../code_ad/topol_16x16/* . |
63 |
|
../../../tools/genmake2 -mods ../code_ad |
64 |
|
### ../../../../MITgcm/tools/genmake2 -rootdir ../../../../MITgcm -mods ../code_ad |
65 |
|
make depend |
66 |
|
make ftltaf |
67 |
|
make ftlall |
68 |
|
|
69 |
|
ln -s ../input_ad/* . |
70 |
|
ln -s ../input/*.bin . |
71 |
|
ln -s ../input/*.mitgrid . |
72 |
|
./mitgcmuv_ftl >! output_tlm.txt_16x16 & |
73 |
|
|
74 |
|
------- |
75 |
|
Exp. 2d: Adjoint of advect-diffuse: |
76 |
------- --->>> 4 tiles per cube face (16x16), 4-processor MPI <<<--- |
------- --->>> 4 tiles per cube face (16x16), 4-processor MPI <<<--- |
77 |
|
|
78 |
cd build_ad/ |
cd build_ad/ |