Search Results

Search: Posts Made By: pattywac
12,205
Posted By pattywac
Getting rid of "Warning: no access to tty....
So I have been submitting a lot of pbs jobs using the qsub command:
qsub -l nodes=1: ppn=1,walltime=4:00:00 run.csh

and everything works perfect except that I get the following error at the top...
8,284
Posted By pattywac
I already have a version of this program written...
I already have a version of this program written in Fortran 90, but since it is opening and reading from 40401 files (each about 77kb) it ends up taking between 1.5 hrs and 3.5 hrs depending on the...
8,284
Posted By pattywac
joey, it doesn't like the syntax for the while...
joey, it doesn't like the syntax for the while loop. I added paren's but it gave the same error. if i am missing something obvious you will need to help me out because Im still very new at this
8,284
Posted By pattywac
ends up giving the same numbers.... for all three...
ends up giving the same numbers.... for all three methods some of the numbers do go to the second decimal place but not all of them

any other ideas?
8,284
Posted By pattywac
hey guys, these both work but they both cut off...
hey guys, these both work but they both cut off the numbers after the first number after the decimal point(some go to 13 decimal places). I need most of these numbers in full, is this an easy fix?
...
8,284
Posted By pattywac
summing numbers in files
I am trying to take two files and add the numbers from each. There is a total of 5192 numbers in each file and I want to add them row by row... ie. first row of file 1 + first row of file 2 = first...
8,226
Posted By pattywac
not quite..... should be more like this: ...
not quite.....
should be more like this:


inside DirA
open out.0
store all rows in the file to array
open out.1
store all rows in the file to temparray
set array = array + temparray...
8,226
Posted By pattywac
you have the directory structure right. Im not...
you have the directory structure right. Im not trying to sum up each number within the file. Within each dir all 200 of the first entries would be summed, same for the second ..... through the...
8,226
Posted By pattywac
sum numbers in multiple files
I have 11 directories with around 200 files in each. In each directory the files are labeled out.0 through out.201 . Each file has around 118 numbers in a single column. I need to sum the files...
2,703
Posted By pattywac
they both work... thank you very much
they both work... thank you very much
2,703
Posted By pattywac
That one returns: Illegal variable name.
That one returns:

Illegal variable name.
2,703
Posted By pattywac
Setting array equal to command response
normally when i type:
condor_q | tail -1
command line returns:
0 jobs; 0 idle, 0 running, 0 held

I want use the number in front of 'running' in a series of equality tests to submit more jobs...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 09:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy