Skip to content

wwwutz/mxq

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 461 commits behind mariux64:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
web
January 3, 2017 16:25
August 10, 2015 21:40
June 3, 2016 12:51
November 6, 2015 13:40
October 26, 2015 11:40
October 26, 2015 11:20

MXQ - mariux64 job scheduling system

Sources

Main git repository

https://github.molgen.mpg.de/mariux64/mxq

github.com clone

https://github.com/mariux/mxq

Installation

Install using GNU make

make install

or to specify a prefix:

make PREFIX=... [DESTDIR=...] install

Install using bee

bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --execute
bee update mxq

or to specify a prefix

bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --prefix=... --execute
bee update mxq

Initial setup

Definitions of the tables for the MySQL database can be found in mysql/create_tables.sql and mysql/create_trigger.sql Be sure to create those once and check the same directory for alter_tables*.sql` files when upgrading.

mysql [options] [database] <mysql/create_tables.sql
mysql [options] [database] <mysql/create_trigger.sql

Development builds

The devel target in the Makefile will enable all devolopment features by defining MXQ_DEVELOPMENT when compiling C sources.

make clean
make devel PREFIX=/path/to/test
make install PREFIX=/path/to/test

Differences to production builds

Some new features and improvements are enabled in development builds. Those features may not be tested for every situation yet and may result in database corruption and/or failing jobs.

changed mxqd default options

In devolopment builds --no-log is default (enable loggin with --log)

Development database access

Devolopment builds default to use [mxqdevel] groups from mysql config files for servers and clients (instead of the default [mxqclient] and [mxqd] groups)

About

MXQ - @mariux64 job scheduling system

Resources

Stars

Watchers

Forks

Languages

  • C 87.2%
  • Perl 5.7%
  • Makefile 4.0%
  • SQLPL 2.0%
  • Other 1.1%