-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poll_queue script / general csh usage #299
Comments
The line |
Portability of these scripts is very important. If you switch the poll_queue script to tcsh, everything works fine? Any idea what's causing problems in that script for you? Also, does |
poll_queue.csh If I replace cice.test |
Also, on a different note: |
This is being fixed in #300. I have replaced $? with $status and have refactored the poll_queue so it does not parse the suite.log file. I am also copying the poll_queue script into the test suite directory for all suites. |
…ICE-Consortium#301, single test bgen default use
* implement bfb for mpi comm global sums, fix compile issue with cpps, remove unused cpps * add set_nml.reprosum * update global reductions for serial mode to leverage bfbflag in the same way as mpi mode * update and fix bfb compare feature * add comparelog.csh script and logbfb test * update travis gcc, fix tdir feature with tests * update Makefile for c compiles, update Macros files to support c compile and serial/parallel compiles better and cleaner * modify report results script to address grep for bfbcomp cases, add first_suite.ts * fix Macros.onyx_intel, accidently removed debug flags in earlier commit * update travis c build * fix script logic for more threads than tasks per node * update scripts to address #299, poll_queue script and #301, single test bgen default use * add QSTAT variables to fram and cesium
PR #300 complete |
I tried using the
poll_queue.csh
script on my machine (ubuntu 14.04) and it fails ; it just outputsend: No match.
However, when I run it under tcsh instead of plain csh (by changing the shebang), it works.
On my system I have the following links:
/bin/csh -> /etc/alternatives/csh -> /bin/bsd-csh
So it seems the csh version that comes with ubuntu is not capable of running this script. I think this should be documented, and maybe we should change the shebang for this script (and maybe others? from what I read csh has a reputation of being buggy...)
The text was updated successfully, but these errors were encountered: