srinivas13_2@gmail_com
New Member
Hi,
I have a problem after submitting the $CASE.$MACH.run script. I have included PBS -e test.err and #PBS -0 test.log in the script and removed bsub command (since it doesnt work on the cluster I'm using). I have also removed one # so that all the PBS commands now have only 1 #.
The following are the errors displayed in test.err and test.err
test.err:
1)Can't call method "root_element" on an undefined value at ~/ccsm4/testcase/Tools
/ConfigCase.pm line 710.
2)CASEROOT: Undefined variable
3)can't open file: env_build.xml
4)can't open file: env_case
5)can't open file: env_build
(All these errors are repeated several times, especially (1) )
The following is the message displayed in test.log
test.log:
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
LockedFiles/env_build.xml.locked has been modified and is different than the LockedFiles version
env_build file has changed, setting BUILD_COMPLETE to FALSE
BUILD_COMPLETE is not TRUE
Please rebuild the model interactively via
./testcase.generic_linux_intel.build
I haven't modified any of the xmlfiles after running ./configure -case
I checked line 710 of Tools/ConfigCase.pm:
my $root = $xml->root_element(); in sub reset_setup()
Im using generic_linux_intel as machine with ifort, mpich-2,gcc
I submit the script using the command $qsub $CASE.$MACH.run
Kindly let me know what is to be done in this regard.
I would be glad to provide any other info if necessary.
Thanks in advance.
I have a problem after submitting the $CASE.$MACH.run script. I have included PBS -e test.err and #PBS -0 test.log in the script and removed bsub command (since it doesnt work on the cluster I'm using). I have also removed one # so that all the PBS commands now have only 1 #.
The following are the errors displayed in test.err and test.err
test.err:
1)Can't call method "root_element" on an undefined value at ~/ccsm4/testcase/Tools
/ConfigCase.pm line 710.
2)CASEROOT: Undefined variable
3)can't open file: env_build.xml
4)can't open file: env_case
5)can't open file: env_build
(All these errors are repeated several times, especially (1) )
The following is the message displayed in test.log
test.log:
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
LockedFiles/env_build.xml.locked has been modified and is different than the LockedFiles version
env_build file has changed, setting BUILD_COMPLETE to FALSE
BUILD_COMPLETE is not TRUE
Please rebuild the model interactively via
./testcase.generic_linux_intel.build
I haven't modified any of the xmlfiles after running ./configure -case
I checked line 710 of Tools/ConfigCase.pm:
my $root = $xml->root_element(); in sub reset_setup()
Im using generic_linux_intel as machine with ifort, mpich-2,gcc
I submit the script using the command $qsub $CASE.$MACH.run
Kindly let me know what is to be done in this regard.
I would be glad to provide any other info if necessary.
Thanks in advance.