Script changes
This commit is contained in:
parent
8c20518867
commit
0e0f53b07d
@ -15,7 +15,7 @@ NUM_SERV=${1:-1}
|
|||||||
TYPE=${2:-sync}
|
TYPE=${2:-sync}
|
||||||
CARS=${3:-2}
|
CARS=${3:-2}
|
||||||
DBNAME=${4:-tmp}
|
DBNAME=${4:-tmp}
|
||||||
NODES=${5:-2}
|
NODES=${5:-3}
|
||||||
|
|
||||||
module load graphviz
|
module load graphviz
|
||||||
module load gcc
|
module load gcc
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[database]
|
[database]
|
||||||
name = ag_gen
|
name = ag_gen
|
||||||
host = 127.0.0.1
|
host = compute03
|
||||||
port = 5432
|
port = 5240
|
||||||
username = ag_gen
|
username = ag_gen
|
||||||
password = 8PZQc79NUZ3FjqSB
|
password = 8PZQc79NUZ3FjqSB
|
||||||
|
|||||||
@ -15,7 +15,7 @@ strval2="non-sync"
|
|||||||
#Hammer
|
#Hammer
|
||||||
if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then
|
if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then
|
||||||
#Database stored on node with port
|
#Database stored on node with port
|
||||||
if psql -p 5240 -h login ${DBNAME} -c '\q' 2>&1; then
|
if psql -p 5240 -h compute03 ${DBNAME} -c '\q' 2>&1; then
|
||||||
echo "Database ${DBNAME} exists. Dropping and recreating from dump."
|
echo "Database ${DBNAME} exists. Dropping and recreating from dump."
|
||||||
|
|
||||||
psql -p 5240 -h compute03 postgres -c "DROP DATABASE "$DBNAME""
|
psql -p 5240 -h compute03 postgres -c "DROP DATABASE "$DBNAME""
|
||||||
|
|||||||
13
build/slurm_reports/job.29973.err
Normal file
13
build/slurm_reports/job.29973.err
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
mpirun: Forwarding signal 18 to job
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
ORTE has lost communication with a remote daemon.
|
||||||
|
|
||||||
|
HNP daemon : [[44229,0],0] on node compute03
|
||||||
|
Remote daemon: [[44229,0],3] on node compute06
|
||||||
|
|
||||||
|
This is usually due to either a failure of the TCP network
|
||||||
|
connection to the node, or possibly an internal failure of
|
||||||
|
the daemon itself. We cannot recover from this failure, and
|
||||||
|
therefore will terminate the job.
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
slurmstepd: *** JOB 29973 ON compute03 CANCELLED AT 2022-01-29T14:55:37 ***
|
||||||
@ -1,6 +1,6 @@
|
|||||||
[database]
|
[database]
|
||||||
name = ag_gen
|
name = ag_gen
|
||||||
host = 127.0.0.1
|
host = compute03
|
||||||
port = 5432
|
port = 5240
|
||||||
username = ag_gen
|
username = ag_gen
|
||||||
password = 8PZQc79NUZ3FjqSB
|
password = 8PZQc79NUZ3FjqSB
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user