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: *

  • Users: takafoo
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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