Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91677012
runtests.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, 09:09
Size
364 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 15, 09:09 (2 d)
Engine
blob
Format
Raw Data
Handle
22305784
Attached To
rLAMMPS lammps
runtests.sh
View Options
#!/bin/sh
if
[
$#
-lt 2
]
then
cat
<<EOF
usage: $0 <serial LAMMPS executable> <restart2data executable>
EOF
exit
0
fi
exe
=
"$1"
export
OMP_NUM_THREADS
=
1
for
s in nosfx opt omp
do
\
for
t in 01 02
do
\
${
exe
}
-log log.restart2data-
${
s
}
-
${
t
}
-echo none -screen none
\
-in in.restart2data -var tst
${
t
}
-var sfx
${
s
}
-var r2d
"$2"
done
done
Event Timeline
Log In to Comment