Dear Prof. Troyer

  Thank you very much for your response. When I resubmit the run, I always got a  message saying " segmentation fault ". Followings are some relevant files.

Sincerely,
Kubila


The submit.file (qsub submit.file)

#!/bin/sh
#$ -V
#$ -N square_2.5196_L24
#$ -S /bin/sh
#$ -cwd
#$ -j y

#echo $SGE_TASK_ID

/home/kubila/ALPS/bin/parameter2xml -f square_2.5196_L24
/home/kubila/ALPS/bin/dirloop_sse --write-xml square_2.5196_L24.in.xml



The resubmit.file (qsub resubmit.file)
 
#!/bin/sh
#$ -V
#$ -N square_2.5196_L24
#$ -S /bin/sh
#$ -cwd
#$ -j y

#echo $SGE_TASK_ID

/home/kubila/ALPS/bin/dirloop_sse --write-xml square_2.5196_L24.out.xml



The square_2.5196_L24.out.xml file

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="ALPS.xsl"?>
<JOB xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xml.comp-phys.org/2003/8/job.xsd">
  <TASK status="running">
    <INPUT file="square_2.5196_L24.task1.out.xml"/>
  </TASK>
</JOB>



The parameter file

LATTICE="staggered anisotropic square lattice"
MODEL   = "anisotropic_spin"
LATTICE_LIBRARY="./../lattices1.xml"
MODEL_LIBRARY="./../models.xml"
local_S=1/2
Q=1.0
Q0=2.5196
beta = 24.0
T = 1/beta
EPSILON = 0.0001
THERMALIZATION=10000
SWEEPS=450000
{L=24;W=24;}



 

--- On Fri, 2/18/11, Matthias Troyer <troyer@phys.ethz.ch> wrote:

From: Matthias Troyer <troyer@phys.ethz.ch>
Subject: Re: [ALPS-users] continue or extend a run using directloop_sse
To: comp-phys-alps-users@lists.phys.ethz.ch
Date: Friday, February 18, 2011, 12:20 AM

Hi Kubila,

can you send the input file and tell me excatly what you did? Is it the chaining of jobs that fails? And if so, what is the problem?

Matthias

On Feb 17, 2011, at 4:42 PM, Kubila wrote:

Hi ALPS 2.0 users

   I was wondering did anyone succeed in extending or continuing a run using directloop_sse in ALPS 2.0?

   Using job.out.xml seems to work with loop (./loop job.out.xml works), but not with dirctloop_sse (./directloop_sse job.out.xml fails).... Any help will appreciate very much!

Sincerely,
Kubila