-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUserParameters.py
More file actions
executable file
·25 lines (21 loc) · 1.17 KB
/
UserParameters.py
File metadata and controls
executable file
·25 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env python
"""
This file contains all the user specific parameters that can be changed to customize the Server and other aspects
to their liking.
"""
import multiprocessing
import getpass
import os
####
#CORE_COUNT = multiprocessing.cpu_count() # There are CORE_COUNT-1 threads running fits
CORE_COUNT = 8
MAX_CONDOR_SIZE = 3000 # This will be the max size of the queued jobs in condor
CONDOR_ON = False # Changes this to False if you don't want to use condor
#USER_ID = getpass.getuser() # This will keep track of the user id
PORT_NUMBER = 42424 # Change this if somebody else is using the same port
HOST_IP_ADDRESS = "10.155.88.139" # Change to IP address that your server is running on. Currently set to Eagle.
MATCH_SERVER_DIR = "/astro/users/tjhillis/M83/MatchExecuter" # This sets the path to the MatchServer directory. Missing forward slash on purpose.
MATCH_EXECUTABLE_BIN = "/astro/apps6/opt/match2.6/bin/" # Change this to the disired match install. Forward slash on purpose.
####
#MATCH_SERVER_DIR = "/home/tristan/BenResearch/executer" # This line is for testing purposes
#HOST_IP_ADDRESS = "10.155.88.135" # This line is for testing purposes. Astrolab computer 18.