changelog

来自「CCSM Research Tools: Community Atmospher」· 代码 · 共 210 行

TXT
210
字号
===============================================================Originator: dneckels ( David Neckels)Date: Thu Apr 25 11:16:33 MDT 2002Model: ESMF_Version: ESMF_0.0.2p4One-line summary: Remove MPI/Openmp from 						CCSM ESMF releaseChanges made:Systematically went through build directory removing MPI and Openmpfrom ESMF code for this CCSM release (the library currently does notneed these options turned on.)==============================================================================================================================Originator: dneckels ( David Neckels)Date: Mon Apr 15 13:05:44 MDT 2002Model: ESMF_Version: ESMF_0.0.2p3One-line summary: Lahey -idirafter flag 						RemovedChanges made:The -idirafter flag was removed from the Lahey compile line becauseit causes the compiler to fail on some versions of lf95.==============================================================================================================================Originator: dneckels ( David Neckels)Date: Fri Apr 12 15:54:23 MDT 2002Model: ESMF_Version: ESMF_0.0.2p2One-line summary: Turn OMP off for LaheyChanges made:Turned off OMP in the linux_lf95 configuration.==============================================================================================================================Originator: dneckels ( David Neckels)Date: Wed Apr 10 15:17:01 MDT 2002Model: ESMF_Version: ESMF_0.0.2p1One-line summary: Removed errant Optomized 						compiler flags.Changes made:Removed Compiler flags from linux_pgi,linux_lf95 base_variables.The BOPT=O build was not working correctly for CCSM. These are alreadyfixed on the trunk.==============================================================================================================================Originator: dneckels ( David Neckels)Date: Mon Jan  7 15:11:09 MST 2002Model: ESMF_Version: ESMF_0.0.2One-line summary: Cgd repository updated to 						ESMF_0_0_2 version.Changes made:Updated CGD repository to ESMF_0_0_2 tag.  Changes include updateddocumentation of TimeMgmt limits.  ==============================================================================================================================Originator: dneckels ( David Neckels)Date: Mon Jan  7 10:11:52 MST 2002Model: ESMF_Version: ESMF_0.0.1One-line summary: Moving ESMF_0_0_1 tag to 						CGDChanges made:Updated CGD repository to the ESMF_0_0_1 tag.==============================================================================================================================Originator: dneckels ( David Neckels)Date: Fri Dec 21 10:24:03 MST 2001Model: MF_LLU_Version: MF_LLU_0.0.12p1One-line summary: Test Tag, pleas ignore.Changes made:This is a test tag to see if the tag will be placed on the esmf_devbranch instead of the main branch.==============================================================================================================================Originator: dneckels ( David Neckels)Date: Thu Dec 13 10:32:20 MST 2001Model: MF_LLU_Version: MF_LLU_0.0.12One-line summary: Added relocatable build 						support.Changes made:-Added variable MF_BUILD, which allows the code to be built in a directory other than the default.  To use, invoke:   gmake BOPT=g MF_BUILD=/tmp/esmf_build This will build the library under "/tmp/esmf_build".  The object files,the library and the mod files will all be created under the newdirectory.-Added an install target to makefile.  The variables MF_LIB_INSTALLand MF_MOD_INSTALL determine where the libraries and mod files arecopyed during the install:  (e.g)   gmake BOPT=g MF_BUILD=/tmp/esmf_build MF_LIB_INSTALL=/usr/lib \   MF_MOD_INSTALL=/usr/mod install(Notice that once the MF_BUILD is used, it must be passed to thesubsequent make commands).==============================================================================================================================Originator: dneckels ( David Neckels)Date: Wed Nov 28 10:25:25 MST 2001Model: MF_LLU_Version: MF_LLU_0.0.11p3One-line summary: Date increment bug, Time 						incomplete construction 						fixed.Changes made:Date increment incorrectly normalized itself when on the first month of theyear.  The time management increment function did not completely constructitself.==============================================================================================================================MF_LLU_0_0_11p2Originator: David NeckelsDate: 2001/11/16 21:18:14Model: ESMFVersion: MF_LLU.0.0.11p2	Fix problem with MF_DateIsLater for date differences greaterthan a year.===============================================================MF_LLU_0_0_11p1Originator: David NeckelsDate: 2001/11/15 18:41:30Model: ESMFVersion: MF_LLU.0.0.11p1Fix date decrementing problem.===============================================================MF_LLU_0_0_11Originator: David NeckelsDate: 2001/11/14 23:03:24Model: ESMFVersion: MF_LLU.0.0.11This release includes:                                                               - A bug fix in the MFM_DateDiff function which gave incorrect results                under certain conditions.                                                            - The 'sun' configuration now uses the non-mpi SUNWspro compilers.  To use           the MPI SUNWhpc compilers, set MF_ARCH to 'sun_hpc'                                  - Updated README and TimeMgmt_refdoc.tex for this new configuration.                 ===============================================================MF_LLU_0_0_10p2Originator: David NeckelsDate: 2001/11/09 21:04:57Model: ESMFVersion: MF_LLU.0.0.10p2Fix sun compile.===============================================================MF_LLU_0_0_10p1Originator: David NeckelsDate: 2001/11/06 23:05:26Model: ESMFVersion: MF_LLU.0.0.10p1Calculation needed to be double.===============================================================MF_LLU_0_0_10Originator: David NeckelsDate: 2001/11/01 19:09:12Model: ESMFVersion: MF_LLU.0.0.10 This release includes:                                                            - Support for simultaneous multi-architecture builds (using VPATH)                - Library now requires gmake (instead of make) to support the VPATH               paradigm.                                                                        ===============================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?