Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Automated testing facility fails on bluesky

covey1@llnl_gov

New Member
Although the automated testing facility gives me the message
SUCCESSFULLY GENERATED TEST for the ER01a case,
running the build script in the test case directory according to
Tom Henderson's instructions (in his 2004 Santa Fe workshop
presentation) does not seem to work. See script below.

What is going on here?

- Curt Covey, covey1@llnl.gov

bs1201en% pushd /ptmp/curt/tstinstall/TER.01a.T31_gx3v5.B.bluesky.103306/
/ptmp/curt/tstinstall/TER.01a.T31_gx3v5.B.bluesky.103306 ~/ccsm3/scripts
bs1201en% ls -lt | more
total 896
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildlib
-rwxr-xr-x 1 curt univ 8347 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.build
-rwxr-xr-x 1 curt univ 1156 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.l_archive
-rwxr-xr-x 1 curt univ 5862 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.run
-rwxr-xr-x 1 curt univ 11167 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.test
-rwxr-xr-x 1 curt univ 2079 Jul 07 10:33 restart_compare.pl
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildexe
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildnml_Prestage
drwxr-xr-x 16 curt univ 32768 Jul 07 10:33 SourceMods
-rwxr-xr-x 1 curt univ 8556 Jul 07 10:33 configure
-rw-r--r-- 1 curt univ 24360 Jul 07 10:33 env.readme
-rw-r--r-- 1 curt univ 1440 Jul 07 10:33 env_conf
-rw-r--r-- 1 curt univ 8977 Jul 07 10:33 env_mach.bluesky
-rw-r--r-- 1 curt univ 2317 Jul 07 10:33 env_run
bs1201en% ./TER.01a.T31_gx3v5.B.bluesky.103306.build
-------------------------------------------------------------------------
Preparing T31_gx3v5 component models for execution
-------------------------------------------------------------------------
- Create execution directories for atm,cpl,lnd,ice,ocn
- If a restart run then copy restart files into executable directory
ccsm_getrestart: get /ptmp/curt/TER.01a.T31_gx3v5.B.bluesky.103306 restarts from /ptmp/curt/archive/TER.01a.T31_gx3v5.B.bluesky.103306/restart
- Check validity of configuration
- Determine if build must happen (env variable BLDTYPE)
- Build flag (BLDTYPE) is TRUE
- Build Libraries: esmf, mph, mct
Tue Jul 12 15:22:05 MDT 2005 esmf.buildlib.050712-152204
ERROR: esmf.buildlib failed, see esmf.buildlib.050712-152204
ERROR: cat /ptmp/curt/TER.01a.T31_gx3v5.B.bluesky.103306/esmf/esmf.buildlib.050712-152204
bs1201en% ls -lt | more
total 896
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildlib
-rwxr-xr-x 1 curt univ 8347 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.build
-rwxr-xr-x 1 curt univ 1156 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.l_archive
-rwxr-xr-x 1 curt univ 5862 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.run
-rwxr-xr-x 1 curt univ 11167 Jul 07 10:33 TER.01a.T31_gx3v5.B.bluesky.103306.test
-rwxr-xr-x 1 curt univ 2079 Jul 07 10:33 restart_compare.pl
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildexe
drwxr-xr-x 2 curt univ 32768 Jul 07 10:33 Buildnml_Prestage
drwxr-xr-x 16 curt univ 32768 Jul 07 10:33 SourceMods
-rwxr-xr-x 1 curt univ 8556 Jul 07 10:33 configure
-rw-r--r-- 1 curt univ 24360 Jul 07 10:33 env.readme
-rw-r--r-- 1 curt univ 1440 Jul 07 10:33 env_conf
-rw-r--r-- 1 curt univ 8977 Jul 07 10:33 env_mach.bluesky
-rw-r--r-- 1 curt univ 2317 Jul 07 10:33 env_run
 

njn01

Member
Curt, I looked at your esmf build output in
/ptmp/curt/TER.01a.T31_gx3v5.B.bluesky.103306/esmf

and found the following:

less esmf.buildlib.050712-152204


Tue Jul 12 15:22:05 MDT 2005 esmf.buildlib.050712-152204
cd /home/bluesky/curt/ccsm3/models/utils/esmf
gmake: *** No targets specified and no makefile found. Stop.


It appears that you do not have all of the source and build directories that you need. The scripts are looking for ccsm3 code in the directory /home/bluesky/curt/ccsm3 , but it isn't there.
 

covey1@llnl_gov

New Member
Thanks for the hint, "ocean model liason," whoever you are. I copied all the source code into my private directory, and then the build worked.

- Curt Covey, PCMDI / LLNL
 
Top