Thanks, I tried that but it won't allow me. I've included the error and the TNB listing for the phone if that can help at all?
REQ: chg
TYPE: 2616
TN 8 15
ECHG yes
ITEM key 14 scr 4404 SCH0369
KEY 14 scr 4404
SCH0369
KEY
ITEM ****
OVL000
>err sch0369
>
SCH0369
Function conflicts...
So basically we had a user who used to have a PA - All their phone calls were forced through the PAs before hitting their phone. That function was recently turned off but now I need to turn it back on again - Unfortunatly I had no idea how! I only have the original DNB listing to compare to the...
Thanks a tonne - It was a 2616 so I rebuilt it and managed to get the hfd loaded - He is still able to put it directly on speaker instead of picking up the handset though when he is starting calls. Is there a setting to stop this? Maybe a headset function that I need to turn off?
DES 007000
TN...
Apologies as I have very limited knowledge in this, only what I have managed to teach myself. But my boss has asked me to disable a user in our offices ability to put their phone on speaker.
I have tried cls hfd but get a class service error.
Below is the ld20 output for the phone. Any ideas...
remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
After I compile my program I get this, is this ok or is there something I need to do to have it not appear?
So I need to write a program to implement the Jacobi Iteration Scheme but I am having some issues with it causing segmentation faults. I am not sure where the issue is occuring. Any help would be great.
PROGRAM 961
IMPLICIT NONE
! Declare Variables
INTEGER:: i, j, k, n, aux, max_iter...
Thanks for your points. I thought it would be cleaner if I pulled the below into a subroutine?
vec = (0.0d0, 0.0d0)
vec(1) = CMPLX(0.0d0,step*beta)
vec(numEq - 1) = (1.0d0, 0.0d0)
mat = (0.0d0,0.0d0)
mat(1,1) = (-1.0d0,0.0d0)
mat(1,2) = (1.0d0,0.0d0)
mat(1,numEq-1) =...
I am playing around with the below code and would like to 'clean' it up a little by making a subroutine or function but I am having trouble when I try. Can anyone help me with what part I can/should break down and how I would go about doing it?
PROGRAM A1004
IMPLICIT NONE
! Declare...
Can you please help me I can't compile using lapack libraries and I can't find anyone who can tell me how to compile.
I have blas_LINUX.a and lapack_LINUX.a and I am trying to use ifort to compile my program but I always get the below error. Please help.
These are the libraries I have in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.