Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

Quartus-II v7.2 incompatible with 'qrsh'?

Hello,

Has anyone run into problems running the Quartus-II v7.2 command-line executables under the qrsh/qsub environment in Linux? I'm experiencing some problems right now:

1. First, I do "qrsh -l amd64=0 -cwd -l arch=glinux" to log into one of the machines in the server pool

2. Then, I run "quartus_sh -t some_script.tcl", which results in the following error:

Tcl_InitNotifier: unable to start notifier thread

Abort (core dumped)

Does anyone know what's causing this error, and if there's a workaround?

Thanks,

Andy

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    Sorry for digging out so old thread, but I encountered the same problem today and it's the only place in the Internet where the same question has been asked. Seems like the issue isn't related to Quartus version - I'm trying to qsub with Quartus-II 14.1 and I get the same error:

    Tcl_InitNotifier: unable to start notifier thread

    Abort (core dumped)

    I wonder if anyone has already come up with some solution for it?

    Thanks,

    Bartek

    edit:

    I managed to successfully run the job by adding -h_stack option for qsub (e.g. qsub -h_stack 1.000G job.sh). Hope it will will help someone in the future.