Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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.   
 
Top