/[MITgcm]/MITgcm/tools/build_options/linux_amd64_pgf77_ocl
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_amd64_pgf77_ocl

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


Revision 1.1 - (show annotations) (download)
Wed Dec 22 08:29:10 2004 UTC (19 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint60, checkpoint61, checkpoint62, checkpoint57c_pre, checkpoint58r_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint58q_post, checkpoint57v_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint57c_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint57j_post, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post
o clean up, modify paths, include netcdf paths on ocl, add single CPU file

1 #!/bin/bash
2 #
3 # $Header: $
4 #
5 # tested on ocl00.awi-bremerhaven.de
6 # Linux ocl00 2.4.21-261-smp #1 SMP Wed Nov 17 22:05:59 UTC 2004 x86_64 unknown
7 # pgf77 5.2-4
8 # Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
9 # Copyright 2000-2004, STMicroelectronics, Inc. All Rights Reserved.
10
11 FC='pgf77'
12 CC='pgcc'
13 LINK='pgf77'
14 CPP='/usr/bin/cpp -P -traditional'
15
16 DEFINES='-DWORDLENGTH=4'
17 INCLUDES='-I/var/tmp.shared/netcdf-64/include'
18 LIBS='-L/var/tmp.shared/netcdf-64/lib -lnetcdf'
19
20 if test "x$IEEE" = x ; then
21 # No need for IEEE-754
22 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
23 FOPTIM='-tp amd64 -O2 -Munroll'
24 # -Mvect=cachesize:512000,transform
25 else
26 # Try to follow IEEE-754
27 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
28 FOPTIM='-tp amd64 -O0 -Munroll -Kieee'
29 # -Mvect=cachesize:512000,transform
30 fi

  ViewVC Help
Powered by ViewVC 1.1.22