Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10227159
run_whizard.sh.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
392 B
Subscribers
None
run_whizard.sh.in
View Options
#!/bin/sh
### Check the WHIZARD configuration using sample model and input file
### Usage: run_whizard.sh [OPTIONS] [FILES]
# Make sure the path to the installed version is completely known
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
# Run either the local version or the installed version of WHIZARD
if test -f TESTFLAG; then
../src/whizard $*
else
$bindir/whizard $*
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Apr 3, 8:02 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4729176
Default Alt Text
run_whizard.sh.in (392 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment