--- MITgcm/tools/adjoint_options/adjoint_f95 2013/08/09 18:28:36 1.17 +++ MITgcm/tools/adjoint_options/adjoint_f95 2014/01/03 17:11:56 1.18 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/adjoint_options/adjoint_f95,v 1.17 2013/08/09 18:28:36 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/adjoint_options/adjoint_f95,v 1.18 2014/01/03 17:11:56 jmc Exp $ # $Name: $ # This file contains the default F95 settings for the adjoint @@ -22,6 +22,11 @@ FTL_TAF_FLAGS="-f95 -forward -i4 -r4 -intrinsic system,flush -l taf_ftl.log $FTL_TAF_FLAGS" SVD_TAF_FLAGS="-f95 -reverse -forward -pure -i4 -r4 -intrinsic system,flush -l taf_svd.log $SVD_TAF_FLAGS" +#- switch to fastopt.net TAF server (instead of default fastopt.de): +AD_TAF_FLAGS="-server fastopt.net $AD_TAF_FLAGS" +FTL_TAF_FLAGS="-server fastopt.net $FTL_TAF_FLAGS" +SVD_TAF_FLAGS="-server fastopt.net $SVD_TAF_FLAGS" + #- in case we need to show some MPI code to TAF: #if test "x$MPI" != x ; then # AD_TAF_FLAGS="$AD_TAF_FLAGS"' -mpi -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'