Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120607666
as
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 5, 14:00
Size
376 B
Mime Type
text/x-shellscript
Expires
Mon, Jul 7, 14:00 (2 d)
Engine
blob
Format
Raw Data
Handle
27207127
Attached To
R2795 mitgcm_lac_leman_abirani
as
View Options
#!/bin/csh -f
# This is a real hack of a wrapper for the linux assembler.
# It replaces comment characters generated by pgf77 with
# recognized comment characters. Invoke with -Ya,../tools
# in the FFLAGS variable in Makefile
set asfile=$argv[$#argv]
set argv[$#argv]="--"
echo "sed 's:/:#:' $asfile | exec /usr/bin/as $argv"
sed 's:/:#:' $asfile | exec /usr/bin/as $argv
Event Timeline
Log In to Comment