| Line | |
|---|
| 1 | # echo "Setting DMM v0 in /home/campagne/projets/OSArea/MEMPHYS"
|
|---|
| 2 |
|
|---|
| 3 | if ( $?CMTROOT == 0 ) then
|
|---|
| 4 | setenv CMTROOT /home/campagne/kits/CMT/v1r18p20051108
|
|---|
| 5 | endif
|
|---|
| 6 | source ${CMTROOT}/mgr/setup.csh
|
|---|
| 7 |
|
|---|
| 8 | set tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
|
|---|
| 9 | if $status != 0 then
|
|---|
| 10 | set tempfile=/tmp/cmt.$$
|
|---|
| 11 | endif
|
|---|
| 12 | ${CMTROOT}/mgr/cmt setup -csh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS -no_cleanup $* >${tempfile}; source ${tempfile}
|
|---|
| 13 | /bin/rm -f ${tempfile}
|
|---|
| 14 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.