All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.lsf_exec.sh Maven / Gradle / Ivy

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