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

Log of /MITgcm/tools/build_options/linux_amd64_ifort11

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


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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Oct 25 18:59:58 2013 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, 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.14: +1 -2 lines
Diff to previous 1.14
remove mdsio_read/writevector.F (no longer exist) from the NOOPTFILES list


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 21:13:17 2013 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.13: +7 -5 lines
Diff to previous 1.13
fast (no ieee) case only:
 to get a working restart for all experiments, add "-fp-model source"
 to FOPTIM (also remove "-opt-streaming-stores auto" <- this is the default).


Revision 1.13 - (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
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
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.12 - (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.11: +10 -5 lines
Diff to previous 1.11
- 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.11 - (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.10: +3 -3 lines
Diff to previous 1.10
- 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.10 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 22:47:41 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
add "-shared-intel" to LINK also for non MPI built (needed for big executable)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Aug 5 16:35:54 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
add few mdsio files (no clean argument type declaration, but used only
 for adjoint built) in the NOOPTFILES list of '-devel' section.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 27 19:02:59 2011 UTC (12 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
just with -devel option: do not check arguments of S/R ADREAD & ADWRITE
(adread_adwrite.F in NOOPTFILES list)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 03:51:11 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63b
Changes since 1.6: +36 -16 lines
Diff to previous 1.6
merge linux_amd64_ifort11+mpi_generic into linux_amd64_ifort11 optfile
(towards single optfile for MPI and non-MPI built).


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 22:58:36 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63, checkpoint63a
Changes since 1.5: +23 -20 lines
Diff to previous 1.5
non DEVEL: remove "-W0 -WB" from FFLAGS; DEVEL: add "-warn nounused" (to reduce
 Nb of warnings) and comment out few other flags.
CFLAGS: reduce optimisation (not much to optimise anyway in MITgcm C-routines)


Revision 1.5 - (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.4: +3 -3 lines
Diff to previous 1.4
switch to more standard "--version" for GET_FC_VERSION


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 22:45:55 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
add flag to get the compiler version


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 21 18:00:26 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
does not set FFLAGS (done in genmake2) but append to it.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 19 22:26:01 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c
Changes since 1.1: +20 -3 lines
Diff to previous 1.1
- set OMPFLAG to be used for multi-threaded compilation (with genmake2 -mth);
  no longer need the similar +mth optfifle which will be removed soon.
- start to remove "-r8 -i4" option (more similar to other compiler optfile).


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 23:13:30 2009 UTC (14 years, 9 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b
New and updated optfiles for Intel 11, 10.1 and Pathscale/Open64.


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