Ignore:
Timestamp:
12/06/13 16:42:01 (10 years ago)
Author:
aclsce
Message:

Changed rebuild binary used : now we always use rebuild compiled with netcdf/4.2.
Thanks to (-Wl option) no need to load netcdf library path at runtime, that means no conflict with user environment (netcdf 3.6.3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r958 r977  
    18761876  i=0 
    18771877  while [ $i -lt $NB_ESSAI ] ; do 
    1878     ~p86ipsl/X64_CURIE/bin/rebuild -f -o $@ > /tmp/out_command.$$ 2>&1 
     1878    ~p86ipsl/rebuild/src_X64_CURIE/modipsl_v2_2_2_netcdf4.2/bin/rebuild -f -o $@ > /tmp/out_command.$$ 2>&1 
    18791879    status=$? 
    18801880    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.