cloning case leaves dependency on cloned case

Hi!

In order to get some minor code changes into the model, I am trying to use a cloned case, and usually someone else sets up the original case. But the problem is that if they delete the case I am cloned off of, my case no longer compiles. So here, Francis Vitt set me up with a case, and my case has bombed in compiling because he delete this file:

/glade/scratch/fvitt/FC5_mam4_test/bld/intel/mpich2/nodebug/threads/mct/mpeu

Is there a way to clone a case so that I am not so that the scripts move this dependency to MY directories?

Thanks
Natalie
 

jedwards

CSEG and Liaisons
Staff member
Hi Natalie,In your cloned case directory run./xmlchange SHAREDLIBROOT=$EXEROOTthen you'll need to rebuild your case but you will no longer have a dependancy on the original case.   
 
Back
Top