
scripts.lsf_exec.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-implementation Show documentation
Show all versions of jms-implementation Show documentation
InterProScan JMS Implementation Module
The newest version!
#!/bin/sh
#
# LSF Script for starting a JVM worker.
#BSUB -J interproscan-5-worker
#BSUB -q ${mvn.lsf.queue.submission} # Job queue
#BSUB -u ${mvn.notification.emailaddress} # Email address for LSF output
#BSUB -R "rusage[mem=${mvn.lsf.parallel.worker.memoryrequirement}]" # Resource requirement in MB
#BSUB -M ${mvn.lsf.parallel.worker.memoryrequirement}
#
# Command to run on LSF
# ${mvn.maven.executable} -e -P runParallelWorker -f ${mvn.jms-implementation.pom.path} exec:java ${mvn.parallel.worker.xmx}
/sw/arch/pkg/jdk1.6/bin/java -Xms32m -Xmx2048m -Dconfig=${config} -jar interproscan-5.jar worker
© 2015 - 2025 Weber Informatics LLC | Privacy Policy