Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91707363
compare.sh
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
Wed, Nov 13, 17:11
Size
332 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 15, 17:11 (2 d)
Engine
blob
Format
Raw Data
Handle
22311372
Attached To
rLAMMPS lammps
compare.sh
View Options
#!/bin/sh
for
s in log.* ;
do
\
t
=
`
echo
$s
| sed -e
's/log./ref./'
`
grep -v ^Loop
$s
| egrep -v
'(OpenMP|MPI|serial)'
| grep -v
'Memory usage'
| sed -e
's/-0\.0000000000/0.0000000000 /g'
>
$t
if
[
-f refoutput/
${
t
}
.gz
]
then
zdiff -u refoutput/
${
t
}
.gz
$t
&&
rm
$t
else
echo
no reference output
for
$s
fi
done
Event Timeline
Log In to Comment