Skip to content

Commit

Permalink
added cluster default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed Mar 24, 2016
1 parent 668b95a commit e8aa3d1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lenstools/data/cluster_default.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[Directives]

directive_prefix = #SBATCH
job_name_switch = -J
stdout_switch = -o
stderr_switch = -e
num_cores_switch = -n
num_nodes_switch = -N
tasks_per_node_switch = None
queue_type_switch = -p
wallclock_time_switch = -t
user_email_switch = --mail-user=
user_email_type = --mail-type=all

[ClusterSpecs]

shell_prefix = #!/bin/bash
execution_preamble = None
charge_account_switch = -A
job_starter = ibrun
cores_per_node = 16
memory_per_node = 32
memory_unit = Gbyte
cores_at_execution_switch = -n
offset_switch = -o
wait_switch = wait
multiple_executables_on_node = True

0 comments on commit e8aa3d1

Please sign in to comment.