- Timestamp:
- Sep 20, 2013 6:55:19 AM (11 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1217 r1229 22 22 # Current revisions: 23 23 # ------------------ 24 # adjustments for lccrayb 24 25 # RCS renamed SOURCES 25 26 # … … 1300 1301 1301 1302 # workaround for lcxe6 1302 if [[ $remote_host = lcxe6 || $remote_host = lccray f ]]1303 if [[ $remote_host = lcxe6 || $remote_host = lccrayb || $remote_host = lccrayf ]] 1303 1304 then 1304 1305 -
palm/trunk/SCRIPTS/mrun
r1225 r1229 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # further adjustments for lccrayb 25 25 # 26 26 # Former revisions: … … 2861 2861 [[ ! -f a.out ]] && compile_error=true 2862 2862 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2863 elif [[ $localhost = lccray b || $localhost = lccrayf ]]2863 elif [[ $localhost = lccrayf ]] 2864 2864 then 2865 2865 make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT="$cpp_options" F90FLAGS="$fopts" LDFLAGS="$lopts"
Note: See TracChangeset
for help on using the changeset viewer.