Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
base
Commits
fc19cb4a
Commit
fc19cb4a
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
RF: Don't export empty / unused variables by default
parent
4a8c68d9
No related branches found
No related tags found
1 merge request
!36
RF: Work around issue with c++17 and older versions of libxml++.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/fslconf/fsl.sh
+6
-5
6 additions, 5 deletions
etc/fslconf/fsl.sh
with
6 additions
and
5 deletions
etc/fslconf/fsl.sh
+
6
−
5
View file @
fc19cb4a
...
...
@@ -43,8 +43,8 @@ fi
# NIFTI_PAIR_GZ
# NIFTI2_PAIR_GZ
#
# This would typically be overwritten in ${HOME}/.fslconf/fsl.sh if the user
wished
# to write files with a different format
# This would typically be overwritten in ${HOME}/.fslconf/fsl.sh if the user
#
wished
to write files with a different format
export
FSLOUTPUTTYPE
=
NIFTI_GZ
# Comment out the definition of FSLMULTIFILEQUIT to enable
...
...
@@ -62,9 +62,10 @@ export FSLWISH=$FSLDIR/bin/fslwish
# The following variables are used for running code in parallel across
# several machines ( i.e. for FDT )
export
FSLLOCKDIR
=
export
FSLMACHINELIST
=
export
FSLREMOTECALL
=
# export FSLLOCKDIR=
# export FSLMACHINELIST=
# export FSLREMOTECALL=
# export FSLPARALLEL=
# The following variables are used to configure CUDA capable queues - if you
# are using Grid Engine then this queue will be used to enqueue tasks that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment