/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.280 by jmc, Wed Feb 8 22:31:33 2017 UTC revision 1.282 by jmc, Thu Mar 30 18:06:38 2017 UTC
# Line 145  Usage: "$0" [OPTIONS] Line 145  Usage: "$0" [OPTIONS]
145            from \$PATH/lib and use binaries from \$PATH/bin.            from \$PATH/lib and use binaries from \$PATH/bin.
146    
147      -omp | --omp      -omp | --omp
148            Activate OpenMP code + use Compiler option OMPFLAG            Activate OpenMP code
149      -omp=OMPFLAG | --omp=OMPFLAG      -omp=OMPFLAG | --omp=OMPFLAG
150            Activate OpenMP code + use Compiler option OMPFLAG            Activate OpenMP code + use Compiler option OMPFLAG
151    
# Line 2504  if  test "x${PKG_DEPEND}" != x ; then Line 2504  if  test "x${PKG_DEPEND}" != x ; then
2504              echo "  the dependency rules for \"$pname\""              echo "  the dependency rules for \"$pname\""
2505              exit 1              exit 1
2506          fi          fi
2507          i=`echo "$i + 1" | bc -l`          i=`expr $i + 1`
2508          #i=$(( $i + 1 ))          #i=`echo "$i + 1" | bc -l`
2509      done      done
2510      ck=$ck"t"      ck=$ck"t"
2511    done    done

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.282

  ViewVC Help
Powered by ViewVC 1.1.22