aketh_tm@gmail_com
Member
After building a case successfully, I am trying to run CESM 1.2.2. I use the '$CASE.submit' to submit the job to pbs. (I am using the that job manager)the job gets submittted with the following message -[nitin@master case_B_f19_g16_userdefined_2]$ ./case_B_f19_g16_userdefined_2.submit check_case OK443.master.ipoc.org However, the jobs gets completed immediately after submission. The output file generated has the following content [nitin@master case_B_f19_g16_userdefined_2]$ cat case_B_f19_g16.out ccsm_getenv error The error file generated has the following content[nitin@master case_B_f19_g16_userdefined_2]$ cat case_B_f19_g16.err Can't locate loadable object for module XML::LibXML in @INC (@INC contains: /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2 /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/perl5lib /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/../Case.template /usr/lib64/perl5/XML /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/lib64/perl5/DynaLoader.pm line 153BEGIN failed--compilation aborted at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/XML/LibXML.pm line 153.Compilation failed in require at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/ConfigCase.pm line 101.BEGIN failed--compilation aborted at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/ConfigCase.pm line 101.Compilation failed in require at ./xmlchange line 202.Can't locate loadable object for module XML::LibXML in @INC (@INC contains: /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/Tools /usr/lib64/perl5/XML /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/lib64/perl5/DynaLoader.pm line 153BEGIN failed--compilation aborted at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/XML/LibXML.pm line 153.Compilation failed in require at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/ConfigCase.pm line 101.BEGIN failed--compilation aborted at /storage/home/nitin/CESM/cesm1_2_2/nitin_cases/case_B_f19_g16_userdefined_2/Tools/ConfigCase.pm line 101.Compilation failed in require at ./Tools/xml2env line 122. I tried adding the path to the perl INC (using environment variables). I also copied the 'LibXML' directory and 'LibXML.pm' file to the ./Tools/XML/ directory, as it seems that these files are being searched for in the $CASE/Tools/XML/ directory. In spite of all this, the same error shows up. What exactly can i try to solve this error? Thanks.