This repository has been archived by the owner on May 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gavalian
committed
Jan 31, 2018
1 parent
e867e32
commit 017911c
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/sh -f | ||
|
||
SCRIPT_DIR=`dirname $0` | ||
DISTRO_DIR=$SCRIPT_DIR/../ ; export DISTRO_DIR | ||
CLAS12DIR=$SCRIPT_DIR/../ ; export CLAS12DIR | ||
CLARA_SERVICES=$DISTRO_DIR/lib/services; export CLARA_SERVICES | ||
DATAMINING=$DISTRO_DIR ; export DATAMINING | ||
|
||
java -Dsun.java2d.pmoffscreen=false -Xms1024m -Xmx2048m -cp "$DATAMINING/lib/utils/*" org.jlab.jnp.math.cli.MathCli $* | ||
|
||
#********************************************************* | ||
#--------------------------------------------------------- | ||
# JHEP math CLI interface. | ||
#--------------------------------------------------------- | ||
#java -cp "target/jnp-math-1.0-SNAPSHOT-jar-with-dependencies.jar" org.jlab.jnp.math.cli.MathCli $* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters