It appears now that only 6 threading programs yield output.
Code: Select all
3.1 do threading
start parallel threading CEthreader
start parallel threading mCEthreader
start parallel threading eCEthreader
start parallel threading PPAS
start parallel threading dPPAS
start parallel threading dPPAS2
start parallel threading Env-PPAS
start parallel threading MUSTER
start parallel threading wPPAS
start parallel threading wdPPAS
start parallel threading wMUSTER
only 6 threading programs have output, please check threading programs
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
WARNING: Ignoring unknown option -mapt ...
WARNING: Ignoring unknown option 0 ...
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "cal_large_matrix1" failed type inference due to: No implementation of function Function(<built-in function zeros>) found for signature:
>>> zeros(list(int64)<iv=None>)
There are 2 candidate implementations:
- Of which 2 did not match due to:
Overload of function 'zeros': File: numba/core/typing/npydecl.py: Line 511.
With argument(s): '(list(int64)<iv=None>)':
No match.
During: resolving callee type: Function(<built-in function zeros>)
During: typing of call at /home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py (198)
File "aaweights.py", line 198:
def cal_large_matrix1(msa,weight):
<source elided>
pa=np.zeros((N,ALPHA))
cov=np.zeros([N*ALPHA,N*ALPHA ])
^
@jit
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITHOUT looplifting enabled because Function "cal_large_matrix1" failed type inference due to: Cannot determine Numba type of <class 'numba.core.dispatcher.LiftedLoop'>
File "aaweights.py", line 199:
def cal_large_matrix1(msa,weight):
<source elided>
cov=np.zeros([N*ALPHA,N*ALPHA ])
for i in range(N):
^
@jit
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:152: NumbaWarning: Function "cal_large_matrix1" was compiled in object mode without forceobj=True, but has lifted loops.
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:162: NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
For more information visit https://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/respre.py:52: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
x=Variable(x,volatile=True)
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
At line 440 of file ppa1.f
Fortran runtime error: No such file or directory
Illegal division by zero at /var/spool/slurmd/job571942/slurm_script line 358.
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
At line 440 of file ppa1.f
Fortran runtime error: No such file or directory
Illegal division by zero at /var/spool/slurmd/job571941/slurm_script line 359.
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
WARNING: Ignoring unknown option -mapt ...
WARNING: Ignoring unknown option 0 ...
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "cal_large_matrix1" failed type inference due to: No implementation of function Function(<built-in function zeros>) found for signature:
>>> zeros(list(int64)<iv=None>)
There are 2 candidate implementations:
- Of which 2 did not match due to:
Overload of function 'zeros': File: numba/core/typing/npydecl.py: Line 511.
With argument(s): '(list(int64)<iv=None>)':
No match.
During: resolving callee type: Function(<built-in function zeros>)
During: typing of call at /home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py (198)
File "aaweights.py", line 198:
def cal_large_matrix1(msa,weight):
<source elided>
pa=np.zeros((N,ALPHA))
cov=np.zeros([N*ALPHA,N*ALPHA ])
^
@jit
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITHOUT looplifting enabled because Function "cal_large_matrix1" failed type inference due to: Cannot determine Numba type of <class 'numba.core.dispatcher.LiftedLoop'>
File "aaweights.py", line 199:
def cal_large_matrix1(msa,weight):
<source elided>
cov=np.zeros([N*ALPHA,N*ALPHA ])
for i in range(N):
^
@jit
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:152: NumbaWarning: Function "cal_large_matrix1" was compiled in object mode without forceobj=True, but has lifted loops.
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:162: NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
For more information visit https://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/respre.py:52: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
x=Variable(x,volatile=True)
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
At line 697 of file zal3.f
Fortran runtime error: No such file or directory
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
WARNING: Ignoring unknown option -mapt ...
WARNING: Ignoring unknown option 0 ...
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "cal_large_matrix1" failed type inference due to: No implementation of function Function(<built-in function zeros>) found for signature:
>>> zeros(list(int64)<iv=None>)
There are 2 candidate implementations:
- Of which 2 did not match due to:
Overload of function 'zeros': File: numba/core/typing/npydecl.py: Line 511.
With argument(s): '(list(int64)<iv=None>)':
No match.
During: resolving callee type: Function(<built-in function zeros>)
During: typing of call at /home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py (198)
File "aaweights.py", line 198:
def cal_large_matrix1(msa,weight):
<source elided>
pa=np.zeros((N,ALPHA))
cov=np.zeros([N*ALPHA,N*ALPHA ])
^
@jit
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/aaweights.py:189: NumbaWarning:
Compilation is falling back to object mode WITHOUT looplifting enabled because Function "cal_large_matrix1" failed type inference due to: Cannot determine Numba type of <class 'numba.core.dispatcher.LiftedLoop'>
File "aaweights.py", line 199:
def cal_large_matrix1(msa,weight):
<source elided>
cov=np.zeros([N*ALPHA,N*ALPHA ])
for i in range(N):
^
@jit
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:152: NumbaWarning: Function "cal_large_matrix1" was compiled in object mode without forceobj=True, but has lifted loops.
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/.conda/envs/Quark_and_Itasser_Python3/lib/python3.6/site-packages/numba/core/object_mode_passes.py:162: NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
For more information visit https://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit
File "aaweights.py", line 192:
def cal_large_matrix1(msa,weight):
<source elided>
#output:21*l*21*l
ALPHA=21
^
state.func_ir.loc))
/home/rpearson/Structure_Prediction_Tools/C-I-TASSER-1.0/contact/ResPre/respre.py:52: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
x=Variable(x,volatile=True)
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
At line 1067 of file zal33.f
Fortran runtime error: No such file or directory
Illegal division by zero at /var/spool/slurmd/job571944/slurm_script line 604.
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
Exception in thread "main" java.io.FileNotFoundException: /home/rpearson/Structure_Prediction_Tools/CIT_Lib/DEP/1a4zA1.dep (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at java.io.FileReader.<init>(FileReader.java:58)
at c.a(c.java)
at c.main(c.java)
Illegal division by zero at /var/spool/slurmd/job571946/slurm_script line 351.
Code: Select all
slurmstepd: error: couldn't chdir to `/tmp/rpearson/CITP10636.fasta': No such file or directory: going to /tmp instead
Exception in thread "main" java.io.FileNotFoundException: /home/rpearson/Structure_Prediction_Tools/CIT_Lib/DEP/1a4zA1.dep (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at java.io.FileReader.<init>(FileReader.java:58)
at e.a(e.java)
at e.main(e.java)
Illegal division by zero at /var/spool/slurmd/job571947/slurm_script line 575.
To be clear, I am running C-I-Tasser and I-Tasser using the same libraries. The only thing that is different when running Citasser vs Itasser is the -cit flag will either be set to true or false depending on what kind of run I want to do. Can CIT and IT share the same libraries or should I point them in different places?
I am going to copy all files for both DEP dir versions to a new dir that I will name DEP. I hope this clears the constant error messages. I wish instructions for a working conda environment with versions etc was available. I also wish the default settings were provided so that results could be as close to possible to your server. Maybe in the future this is possible.
Please let me know if you have any ideas or suggestions!
Thanks so much,
Rich