Skip to content

Commit a9709e3

Browse files
authored
Merge pull request #9 from MitchLahm/Mitchell
Benchmarker compliant with new concordantmodes push
2 parents 6c4cad3 + 881f0c9 commit a9709e3

File tree

533 files changed

+51160
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+51160
-426
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.nfs*
2+
__pycache__
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kill: sending signal to 21130 failed: No such process
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
***********************************************************************
3+
Starting job:
4+
5+
Name: Resub
6+
ID: 1221499
7+
Hostname: n084
8+
Working directory: /home/vulcan/mel64643/packages/CMA_Benchmarker/1_Closed_Shell/19_formic_acid/CCSD_T_aTZ/Disps_CCSD_T_aTZ/DispsInit/1/dimer
9+
10+
Submitted using: submit -N Resub gen4.q,gen5.q,gen6.q [email protected]+mpi
11+
***********************************************************************
12+
module load molpro-2010.1.67-intel-16.0.1-rs4emkdxvcklcpznszgidjjdjc24vnpp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#!/bin/sh
2+
#$ -q gen4.q,gen5.q,gen6.q
3+
#$ -N Resub
4+
#$ -S /bin/sh
5+
#$ -cwd
6+
7+
. /etc/profile.d/modules.sh
8+
9+
# Disable production of core dump files
10+
ulimit -c 0
11+
12+
echo ""
13+
echo "***********************************************************************"
14+
echo " Starting job:"
15+
echo ""
16+
echo " Name: "$JOB_NAME
17+
echo " ID: "$JOB_ID
18+
echo " Hostname: "$HOSTNAME
19+
echo " Working directory: "$SGE_O_WORKDIR
20+
echo ""
21+
echo " Submitted using: submit -N Resub gen4.q,gen5.q,gen6.q [email protected]+mpi"
22+
echo "***********************************************************************"
23+
24+
vulcan load [email protected]+mpi
25+
26+
export NSLOTS=4
27+
28+
molpro -n $NSLOTS --nouse-logfile --no-xml-output -o output.dat input.dat
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*** Optimization of min3
2+
memory,1000,m
3+
gthresh,energy=1.0d-12,orbital=1.0d-10,oneint=1.0d-16,twoint=1.0d-16,optgrad=1.0d-6,compress=1.0d-13
4+
geomtyp=xyz
5+
6+
7+
8+
bohr
9+
geometry = {
10+
C -3.5006117294 -0.8307739579 0.0000000000
11+
O -3.0943451579 1.6226800503 0.0000000000
12+
O -1.8853932486 -2.4812283160 0.0000000000
13+
H -5.5198529021 -1.2733807205 0.0000000000
14+
H -1.2421789416 1.9540294757 0.0000000000
15+
C 3.5006117294 0.8307739579 0.0000000000
16+
O 3.0943451579 -1.6226800503 0.0000000000
17+
O 1.8853932486 2.4812283160 0.0000000000
18+
H 5.5198529021 1.2733807205 0.0000000000
19+
H 1.2421789416 -1.9540294757 0.0000000000
20+
}
21+
22+
basis=aug-cc-pvtz
23+
{rhf;maxit,200}
24+
{ccsd(t);maxit,200}

1_Closed_Shell/19_formic_acid/CCSD_T_aTZ/Disps_CCSD_T_aTZ/DispsInit/1/dimer/output.dat

+426
Large diffs are not rendered by default.

1_Closed_Shell/19_formic_acid/CCSD_T_aTZ/Disps_CCSD_T_aTZ/DispsInit/1/dimer/output.dat_1

+389
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*** Optimization of min3
2+
memory,1000,m
3+
gthresh,energy=1.0d-12,orbital=1.0d-10,oneint=1.0d-16,twoint=1.0d-16,optgrad=1.0d-6,compress=1.0d-13
4+
geomtyp=xyz
5+
6+
7+
8+
bohr
9+
geometry = {
10+
H 0.0544220512 2.8480825361 0.0000000000
11+
C 0.1864796853 0.7836454600 0.0000000000
12+
O 2.1269070039 -0.4041100545 0.0000000000
13+
O -2.1488182975 -0.2338741066 0.0000000000
14+
H -1.9270555876 -2.0535431663 0.0000000000
15+
}
16+
17+
basis=aug-cc-pvtz
18+
{rhf;maxit,200}
19+
{ccsd(t);maxit,200}

0 commit comments

Comments
 (0)