dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
77 stars 24 forks source link

Update the R path on seneca #2904

Closed hsoh-u closed 3 months ago

hsoh-u commented 3 months ago

Replace italics below with details for this issue.

RAL IT upgrade the R (R-4.3.1 to R-4.4.0). The path for R should be changed at seneca.

Regarding R for use on RAL Linux machines, we have built the newest R-4.4.0 and made this the default version.

The error messages

DEBUG 1: Finish ascii2nc by met_test(10408) at 2024-06-07 07:25:20Z
/d1/projects/MET/MET_regression/develop/NB20240607/MET-develop/internal/test_unit/bin/mpnc.sh: line 11: /nrit/ral/R-4.3.1/bin/Rscript: Permission denied

ERROR: /d1/projects/MET/MET_regression/develop/NB20240607/MET-develop/internal/test_unit/perl/unit.pl unit_ascii2nc.xml failed.

Describe the Problem

Provide a clear and concise description of the bug here.

The nightly builds at seneca failed because the R path (/nrit/ral/R-4.3.1) exists, but not accessible. It should be modified to /nrit/ral/R-4.4.0.

Expected Behavior

Provide a clear and concise description of what you expected to happen here.

The unit tests from the nightly builds at seneca should run without erros.

Environment

Describe your runtime environment: 1. Machine: (e.g. HPC name, Linux Workstation, Mac Laptop) seneca 2. OS: (e.g. RedHat Linux, MacOS) RedHat Linux 3. Software version number(s) mainv11.0, main_v11.1, and develop

To Reproduce

Describe the steps to reproduce the behavior: 1. Go to 'seneca 2. Login as met_test *3. Run unit tests

Post relevant sample data following these instructions: https://dtcenter.org/community-code/model-evaluation-tools-met/met-help-desk#ftp

Relevant Deadlines

List relevant project deadlines here or state NONE.

Funding Source

Define the source of funding and account keys here or state NONE.

Define the Metadata

Assignee

Labels

Milestone and Projects

Define Related Issue(s)

Consider the impact to the other METplus components.

Bugfix Checklist

See the METplus Workflow for details.