Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93977398
run.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
Mon, Dec 2, 23:47
Size
188 B
Mime Type
text/x-shellscript
Expires
Wed, Dec 4, 23:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22732349
Attached To
rLAMMPS lammps
run.sh
View Options
#!/bin/sh
NPROCS=1
if [ $# -gt 0 ]; then
NPROCS=$1
fi
bash ./clean.sh
python ./double-re-short.py $NPROCS $HOME/compile/lammps-icms/src/lmp_omp in.gREM > total_output.$NPROCS
exit 0
Event Timeline
Log In to Comment