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

Log of /MITgcm/tools/build_options/linux_amd64_gfortran

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


Links to HEAD: (view) (download) (annotate)
Links to checkpoint65k: (view) (download) (annotate)
Sticky Tag:

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 23:12:14 2014 UTC (9 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
remove "-Wno-unused-dummy-argument" flag in -ieee or -devel case


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 15:57:31 2014 UTC (9 years, 10 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e
Changes since 1.24: +5 -2 lines
Diff to previous 1.24
use MPI_HOME if MPI_INC_DIR is not set


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 18:51:43 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64v, checkpoint64w, checkpoint64x
Changes since 1.23: +5 -4 lines
Diff to previous 1.23
update some comments


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 22:07:11 2013 UTC (10 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u
Changes since 1.22: +4 -2 lines
Diff to previous 1.22
- simplify Warnings options (-ieee & -devel cases)


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 23:32:59 2013 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64o, checkpoint64p, checkpoint64q
Changes since 1.21: +5 -5 lines
Diff to previous 1.21
to compile big setup, try to use "-mcmodel=medium" instead of "-fPIC":
 check that both works on baudelaire & acesgrid; but only the 1rst one
 works with FC.19


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 00:15:03 2013 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.20: +11 -6 lines
Diff to previous 1.20
- remove CPP='cpp -traditional -P' (this is genmake2 default)
- add switch (for big setups) to use 'medium' memory-model but leave it
  commented out for now. Note: needed with FC 19 to compile big setups.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 18:40:45 2013 UTC (10 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
- remove MPI_HEADER_FILES_INC setting (no longer used)
- for now, comment out MPI_HEADER_FILES list (let genmake2 find which
   MPI header is needed)


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 16:39:59 2012 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j
Changes since 1.18: +8 -1 lines
Diff to previous 1.18
Add instructions for use on Southampton's IRIDIS
http://www.southampton.ac.uk/isolutions/computing/hpc/iridis/


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 17:04:39 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63o
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
add -fdefault-double-8 after -fdefault-real-8 in commented FFLAGS addition
(needed to prevent double precision constant to be changed to real*16)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 22:46:08 2012 UTC (12 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
as suggested by Martin, add "-finit-real=inf" (to track uninitialised var)
to development options.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 15:19:38 2011 UTC (12 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k
Changes since 1.15: +4 -1 lines
Diff to previous 1.15
add a path for netcdf libraries


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 19:32:32 2011 UTC (12 years, 6 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
want to know the fixed format flag


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 21:06:51 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63b
Changes since 1.13: +64 -24 lines
Diff to previous 1.13
towards single optfile for MPI and non-MPI built:
 merge +mpi_generic version into standard optfile (linux_amd64_gfortran):
  * move IEEE flags to DEVEL section; take IEEE flags from +mpi_generic ;
  * FAST case: for now, keep -O3 with ini_masks_etc.F in NOOPTFILES list;
 and use "-devel" testreport option for standard testing on baudelaire.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 22:46:44 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63, checkpoint63a
Changes since 1.12: +3 -6 lines
Diff to previous 1.12
update comments


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 17:08:25 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
switch to more standard "--version" for GET_FC_VERSION


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 21:15:54 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
add the GET_FC_VERSION option


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 23:54:58 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62m, checkpoint62n, checkpoint62o
Changes since 1.9: +6 -4 lines
Diff to previous 1.9
add "-fPIC" for big objects


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 20:55:28 2010 UTC (14 years ago) by yunx
Branch: MAIN
CVS Tags: checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l
Changes since 1.8: +1 -4 lines
Diff to previous 1.8
removing greenplanet-specific netcdf library location


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 21:36:23 2010 UTC (14 years ago) by yunx
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
This specifies location of correct netcdf libraries on machine greenplanet at
UCI.  It needs to come before /usr/include/netcdf-3, which is also present but
contains the wrong libraries.  There is a small possiblity this change will
break netcdf libraries for machines that happen to have /sopt/netcdf/netcdf3-gcc-serial
directory with wrong libraries.  Please let me know if someone runs into this
situation and I will revert back and look for a different solution.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 22:45:29 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d
Changes since 1.6: +15 -3 lines
Diff to previous 1.6
merge "+mth" version (using OpenMP) into a single optfile


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 3 21:07:47 2009 UTC (15 years ago) by jahn
Branch: MAIN
CVS Tags: checkpoint61l
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
remove -Wnonstd-intrinsics which has a different name in gfortran-4.4


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Mar 29 23:20:28 2009 UTC (15 years ago) by jmc
Branch: MAIN
Changes since 1.4: +10 -7 lines
Diff to previous 1.4
add -fbounds-check (for automatic testing on dickens)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 25 15:17:47 2009 UTC (15 years ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
add EXTENDED_SRC_FLAG


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 20:31:00 2007 UTC (16 years, 8 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Removed -ffast-math, fixed g95 optfile for IA32 and added a few more
optifiles for newer GFortran versions and OpenMP.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 21:43:34 2007 UTC (17 years, 2 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e
Changes since 1.1: +44 -18 lines
Diff to previous 1.1
New optfiles for new genmake2


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 9 22:37:54 2006 UTC (17 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, mitgcm_mapl_00
initial ci -- very similar to build_options/linux_ia32_gfortran but has:
  - looks for libs in /usr/lib64
  - removes the align-double optim flag


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22