<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">At
      <a class="moz-txt-link-freetext" href="http://www.nersc.gov/users/software/applications/materials-science/wien2k/">http://www.nersc.gov/users/software/applications/materials-science/wien2k/</a>
      , the last line in the job file has a star (*) after .machine.  It
      seems to missing in the last line of your job file.  Without it,
      the old .machines is not removed and maybe that prevents the new
      .machines file from being created.<br>
      <br>
      Also, I suggest you talk to the consultant that administrates the
      cluster.  They should be able to tell you better why you are
      getting the error "ssh: connect to host nid01855 port 204:
      Connection refused".  They might have a firewall setup to block
      port 204 or might have disabled ssh access to node nid01855.<br>
      <br>
      On 2/18/2016 8:31 AM, Dr. K. C. Bhamu wrote:<br>
    </div>
    <blockquote
cite="mid:CAJYci+Qug9W8bqaaOuV372+-_3=hsjpCcz7ZmSF9QCDyB_gG2g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Dear Users and developers <br>
                <br>
              </div>
              I ran my job via slurm job file on  a remote server (2
              nodes/64 cores) everything went fine upto DOSS but when I
              ran "x optic -p" through job file the below mentioned
              message occurred:<br>
              <br>
              [1] 1371<br>
              ssh: connect to host nid01855 port 204: Connection
              refused^M<br>
              [1]  + Exit 255                      ( $remote
              $machine[$p] "cd $PWD;$t $taskset0 $exe
              ${def}_${loop}.def;rm -f .lock_$lockfile[$p]" ) >>
              .timeop_$loop<br>
              [1] 1375<br>
              ssh: connect to host nid01855 port 204: Connection
              refused^M<br>
              [1]  + Exit 255                      ( $remote
              $machine[$p] "cd $PWD;$t $taskset0 $exe
              ${def}_${loop}.def;rm -f .lock_$lockfile[$p]" ) >>
              .timeop_$loop<br>
              [1] 1379<br>
              ssh: connect to host nid01855 port 204: Connection
              refused^M<br>
              [1]  + Exit 255                      ( $remote
              $machine[$p] "cd $PWD;$t $taskset0 $exe
              ${def}_${loop}.def;rm -f .lock_$lockfile[$p]" ) >>
              .timeop_$loop<br>
              <b>**  OPTIC crashed!</b><br>
              0.840u 1.800s 1:50.21 2.3%      0+0k 82495+1135io 4pf+0w<br>
              error: command  
              /usr/common/software/wien2k-ccm/14.2/opticpara optic.def  
              failed<br>
              ...............<br>
              <br>
            </div>
            I went through the list and found couples of threads but the
            error is not solved.<br>
            <br>
          </div>
          Please look for this.<br>
          <br>
        </div>
        <div>The job was successfully complied on a local two CPU based
          cluster (4GB RAM each)<br>
        </div>
        <div><br>
        </div>
        The job file was:<br>
        --------------------------------------------------------<br>
        #!/bin/bash -l<br>
        #SBATCH -N 2<br>
        #SBATCH -n 64<br>
        #SBATCH -t 00:20:00<br>
        #SBATCH -p regular<br>
        #SBATCH -J orthorhombic_1<br>
        #SBATCH --ccm<br>
        <br>
        #module load wien2k-ccm<br>
        #generating .machines file for k-point and mpi parallel lapw1/2<br>
        let ntasks_per_kgroup=1<br>
        gen.machines -m $ntasks_per_kgroup<br>
        <br>
        #need to disable SLURM envs hereafter<br>
        unset `env|grep SLURM_|awk -F= '{print $1}'`<br>
        <br>
        #put your Wien2k command here<br>
        x optic -p<br>
        #remove leftover .machines file<br>
        rm -fr .machine<br clear="all">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div class="gmail_signature">
                      <div dir="ltr">
                        <div>
                          <div dir="ltr">
                            <div>
                              <div dir="ltr">
                                <div>
                                  <div dir="ltr">---------------------------------------------------------------------------<br>
                                    <b><span style="color:rgb(0,0,255)"><br>
                                        <br>
                                      </span></b></div>
                                  <div><span style="color:rgb(0,0,0)">regards<br>
                                    </span></div>
                                  <div><span style="color:rgb(0,0,255)"><span
                                        style="color:rgb(0,0,0)">Bhamu</span></span><b><span
                                        style="color:rgb(0,0,255)"><br>
                                      </span></b></div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>