Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. takafoo

    Need to Change Phone setup

    Thanks - This is the TNB for 4404: REQ: prt TYPE: tnb TN 8 9 DATE PAGE DES DES 008000 TN 008 0 00 09 TYPE 2616 CDEN 8D CUST 0 AOM 0 FDN 4303 TGAR 1 LDN NO NCOS 7 SGRP 0 RNPG 1 SCI 0 SSU 0010 LNRS 16 XLST SCPW SFLT NO CAC 0 CLS TLD FBD WTA LPR PUA MTD FNA HTA ADD HFA MWA AAD IMD...
  2. takafoo

    Need to Change Phone setup

    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...
  3. takafoo

    Need to Change Phone setup

    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...
  4. takafoo

    Removing Handsfree from 2216

    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...
  5. takafoo

    Removing Handsfree from 2216

    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...
  6. takafoo

    remark: OpenMP DEFINED LOOP WAS PARALLELIZED.

    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?
  7. takafoo

    Segmentation Fault - Jacobi Method

    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...
  8. takafoo

    Creating Subroutines/Subfunctions

    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) =...
  9. takafoo

    Creating Subroutines/Subfunctions

    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...
  10. takafoo

    Fortran Lapack Compile Issue

    Thanks so much, I'd been trying everything but that -l -L etc but must've missed trying it like that! Thank you!!
  11. takafoo

    Fortran Lapack Compile Issue

    I'm just using ifort 1001.f90, how do I load the libraries with it?
  12. takafoo

    Fortran Lapack Compile Issue

    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...

Part and Inventory Search

Back
Top