Changeset 3124
- Timestamp:
- 02/24/10 15:05:36 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/m4/issm_options.m4
r2641 r3124 638 638 export CXX=icpc 639 639 export CXXFLAGS=" -D_INTEL_LINUX_" 640 elif test $VENDOR = intel-pleiades; then 641 export CC=icc 642 export CXX=icpc 643 export CXXFLAGS=" -O3 -D_INTEL_LINUX_ -xSSE4.2" 640 644 else 641 645 AC_MSG_ERROR([unknow compiler vendor!]) -
issm/trunk/scripts/sync.sh
r1108 r3124 6 6 echo "Watch out, this script should be run in top level directory of cielo" 7 7 8 echo -n "Platform (cosmos,mustang,gemini )?: "8 echo -n "Platform (cosmos,mustang,gemini,pleiades)?: " 9 9 read platform 10 10 … … 73 73 rm -rf Synchronisation 74 74 75 elif [[ "$platform" == "pleiades" ]] 76 then 77 echo "Synchronizing issm with pleiades" 78 79 rm -rf Synchronisation 80 mkdir Synchronisation 81 cd Synchronisation 82 svn co svn+ssh://mustang.jpl.nasa.gov/proj/ice/issm/issm/trunk 83 84 #then tar the archive 85 tar zcvf trunk.tar.gz trunk/ 86 87 #send archive to cosmos 88 scp trunk.tar.gz elarour@pfe:/home1/elarour 89 90 #run synchronization script on cosmos 91 ssh elarour@pfe './sync_pleiades.sh' 92 93 #exit 94 cd .. 95 rm -rf Synchronisation 96 75 97 else 76 98 echo "This platform not supported yet"
Note:
See TracChangeset
for help on using the changeset viewer.