Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing suite on Titan #1245

Closed
daliwang opened this issue Jan 27, 2017 · 2 comments · Fixed by #1300
Closed

testing suite on Titan #1245

daliwang opened this issue Jan 27, 2017 · 2 comments · Fixed by #1300
Assignees

Comments

@daliwang
Copy link
Contributor

Testing scripts on Titan sometime still pickups the default configuration information (such as Project and Baseline) when user has explicitly defined his options.

For example:
./create_test --baseline-root /lustre/atlas/proj-shared/cli112/wangd/ --compiler pgi --project cli112 -o acme_developer –g

@rljacob
Copy link
Member

rljacob commented Jan 27, 2017

Was there more to your example? It doesn't show the problem.

@jgfouca
Copy link
Member

jgfouca commented Mar 15, 2017

Fixed on current master.

@jgfouca jgfouca closed this as completed Mar 15, 2017
agsalin pushed a commit that referenced this issue Apr 13, 2017
Added log kind flag to ESMF_Initialize call to allow control over ESMF PET log files when the ESMF library is used. The flag determines what ESMF log files (if any) are generated when USE_ESMF_LIB is TRUE.

ESMF_LOGKIND_SINGLE: Use a single log file, combining messages from all of the PETs. Not supported on some platforms.
ESMF_LOGKIND_MULTI: Use multiple log files -- one per PET.
ESMF_LOGKIND_NONE: Do not issue messages to a log file.
By default, no ESMF log files are generated.
Test suite: ./scripts_regression_test.py + hand testing:

./create_newcase --case /glade/scratch/goldy/esmfTest --compset A --res ne16_ne16 --run-unsupported
./xmlchange USE_ESMF_LIB=TRUE,DOUT_S=FALSE,STOP_OPTION=nsteps,STOP_N=3
Run test with each ESMF log kind option
Test baseline: NA
Test namelist changes: New driver namelist variable: esmf_logging
Test status: bit for bit

Fixes #1245

User interface changes?: New run time XML variable: ESMF_LOGFILE_KIND

Code review:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants